gitlab-org--gitlab-foss/app/views/projects/pipelines/show.html.haml
2016-11-15 13:50:56 -06:00

9 lines
232 B
Text

- @no_container = true
- page_title "Pipeline"
= render "projects/pipelines/head"
%div{ class: container_class }
- if @commit
= render "projects/pipelines/info"
= render "projects/pipelines/with_tabs", pipeline: @pipeline