summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/show.html.haml
blob: c729e18f1e2765ede0755cb0d2997d8b01133871 (plain)
1
2
3
4
5
6
7
8
9
- @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