gitlab-org--gitlab-foss/app/views/projects/pipelines/show.html.haml

16 lines
541 B
Text
Raw Normal View History

- @no_container = true
2016-04-13 07:01:08 -04:00
- page_title "Pipeline"
= render "projects/pipelines/head"
2016-04-13 11:05:17 -04:00
2016-12-23 04:37:12 -05:00
.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
- if @commit
= render "projects/pipelines/info"
2016-04-13 11:05:17 -04:00
= render "projects/pipelines/with_tabs", pipeline: @pipeline
.js-pipeline-details-vue{ data: { endpoint: project_pipeline_path(@project, @pipeline, format: :json) } }
- content_for :page_specific_javascripts do
= webpack_bundle_tag('common_vue')
= webpack_bundle_tag('pipelines_details')