Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « ci_cd « settings « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a829cd6c3d6caad2ac6f9eade47976b8afed5b0 (plain)
1
2
3
4
5
6
7
8
9
10
- @content_class = "limit-container-width" unless fluid_layout
- page_title "Pipelines"
- add_to_breadcrumbs("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'