2016-08-24 18:44:58 -04:00
|
|
|
- @no_container = true
|
2017-08-17 05:42:04 -04:00
|
|
|
- add_to_breadcrumbs "Pipelines", project_pipelines_path(@project)
|
|
|
|
- breadcrumb_title "##{@pipeline.id}"
|
2016-04-13 07:01:08 -04:00
|
|
|
- page_title "Pipeline"
|
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}" } }
|
2016-11-10 17:53:32 -05:00
|
|
|
- if @commit
|
|
|
|
= render "projects/pipelines/info"
|
2016-04-13 11:05:17 -04:00
|
|
|
|
2016-11-15 14:24:25 -05:00
|
|
|
= render "projects/pipelines/with_tabs", pipeline: @pipeline
|
2017-05-26 06:56:54 -04:00
|
|
|
|
2017-06-29 13:06:35 -04:00
|
|
|
.js-pipeline-details-vue{ data: { endpoint: project_pipeline_path(@project, @pipeline, format: :json) } }
|
2017-05-26 06:56:54 -04:00
|
|
|
|
|
|
|
- content_for :page_specific_javascripts do
|
|
|
|
= webpack_bundle_tag('common_vue')
|
|
|
|
= webpack_bundle_tag('pipelines_details')
|