summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/show.html.haml
blob: 49c1d88642329752938c110107f3d85563c4383a (plain)
1
2
3
4
5
6
7
8
9
- @no_container = true
- page_title "Pipeline"
= render "projects/pipelines/head"

.js-pipeline-container{ class: container_class, data: { controller_action: "#{controller.action_name}" } }
  - if @commit
    = render "projects/pipelines/info"

  = render "projects/pipelines/with_tabs", pipeline: @pipeline