gitlab-org--gitlab-foss/app/views/projects/pipelines/show.html.haml
2016-11-10 16:53:32 -06:00

9 lines
228 B
Text

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