debian-mirror-gitlab/app/views/projects/pipelines/show.html.haml
2016-11-03 12:29:30 +05:30

11 lines
280 B
Text

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