9 lines
308 B
Text
9 lines
308 B
Text
- @no_container = true
|
|
- page_title "Pipeline"
|
|
= render "projects/pipelines/head"
|
|
|
|
.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
|
|
- if @commit
|
|
= render "projects/pipelines/info"
|
|
|
|
= render "projects/pipelines/with_tabs", pipeline: @pipeline
|