2016-11-03 12:29:30 +05:30
|
|
|
- @no_container = true
|
2016-06-02 11:05:42 +05:30
|
|
|
- page_title "Pipeline"
|
2016-11-03 12:29:30 +05:30
|
|
|
= render "projects/pipelines/head"
|
2016-06-02 11:05:42 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
|
|
|
|
- if @commit
|
|
|
|
= render "projects/pipelines/info"
|
2016-06-02 11:05:42 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
= render "projects/pipelines/with_tabs", pipeline: @pipeline
|