gitlab-org--gitlab-foss/app/views/projects/pipelines/show.html.haml
2016-11-30 17:06:47 +00:00

9 lines
312 B
Text

- @no_container = true
- page_title "Pipeline"
= render "projects/pipelines/head"
%div.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