2016-08-24 18:44:58 -04:00
|
|
|
- @no_container = true
|
2016-04-13 07:01:08 -04:00
|
|
|
- page_title "Pipeline"
|
2016-08-24 18:44:58 -04:00
|
|
|
= 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}" } }
|
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
|