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}" } }
|
2018-08-02 07:47:14 -04:00
|
|
|
#js-pipeline-header-vue.pipeline-header-container
|
|
|
|
|
2018-08-02 08:12:07 -04:00
|
|
|
- if @pipeline.commit.present?
|
|
|
|
= render "projects/pipelines/info", commit: @pipeline.commit
|
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) } }
|