gitlab-org--gitlab-foss/app/views/projects/pipelines/show.html.haml

12 lines
280 B
Text
Raw Normal View History

- @no_container = true
2016-04-13 07:01:08 -04:00
- page_title "Pipeline"
= render "projects/pipelines/head"
2016-04-13 11:05:17 -04:00
%div{ class: container_class }
.prepend-top-default
- if @commit
= render "projects/pipelines/info"
%div.block-connector
2016-04-13 11:05:17 -04:00
= render "projects/commit/pipeline", pipeline: @pipeline