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

%div.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