summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/show.html.haml
blob: 8c6652a5f90f642f635d7db5c3f1ae0d1b5596af (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/pipelines/with_tabs", pipeline: @pipeline