summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/ci_cd/show.html.haml
blob: 8ca158610252462e9095b7069dff32cba0f28816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @content_class = "limit-container-width" unless fluid_layout
- @breadcrumb_title = "Pipelines"
- page_title "Pipelines"

- if show_new_nav?
  - breadcrumbs_extra_links("Settings", edit_project_path(@project))

= render "projects/settings/head"

= render 'projects/runners/index'
= render 'ci/variables/index'
= render 'projects/triggers/index'
= render 'projects/pipelines_settings/show'