summaryrefslogtreecommitdiff
path: root/app/views/projects/ci_settings/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/ci_settings/edit.html.haml')
-rw-r--r--app/views/projects/ci_settings/edit.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/projects/ci_settings/edit.html.haml b/app/views/projects/ci_settings/edit.html.haml
deleted file mode 100644
index acc912d4596..00000000000
--- a/app/views/projects/ci_settings/edit.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-- page_title "CI Settings"
-
-- if no_runners_for_project?(@ci_project)
- = render 'no_runners'
-
-= render 'form'