summaryrefslogtreecommitdiff
path: root/app/views/projects/ci_settings/edit.html.haml
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'