debian-mirror-gitlab/app/views/projects/pipelines/show.html.haml

12 lines
280 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
- @no_container = true
2016-06-02 11:05:42 +05:30
- page_title "Pipeline"
2016-11-03 12:29:30 +05:30
= render "projects/pipelines/head"
2016-06-02 11:05:42 +05:30
2016-11-03 12:29:30 +05:30
%div{ class: container_class }
.prepend-top-default
- if @commit
= render "projects/pipelines/info"
%div.block-connector
2016-06-02 11:05:42 +05:30
2016-11-03 12:29:30 +05:30
= render "projects/commit/pipeline", pipeline: @pipeline