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