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

edit.html.haml « ci_settings « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acc912d459606c5831bf20246ad1f8c2eaeefe2a (plain)
1
2
3
4
5
6
- page_title "CI Settings"

- if no_runners_for_project?(@ci_project)
  = render 'no_runners'

= render 'form'