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

17 lines
589 B
Plaintext
Raw Normal View History

- @no_container = true
- breadcrumb_title "Pipelines ##{@pipeline.id}"
2016-04-13 11:01:08 +00:00
- page_title "Pipeline"
= render "projects/pipelines/head"
2016-04-13 15:05:17 +00:00
2016-12-23 09:37:12 +00:00
.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
- if @commit
= render "projects/pipelines/info"
2016-04-13 15:05:17 +00: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')