summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-07 14:35:54 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-07 14:35:54 +0200
commitc0b79a751c8cbf676900956b14b70edd5dca5010 (patch)
treeb569261dfbde793cb944b025b1511351437b18e9 /app/views/ci
parent6f6097713ca593c7a7177df0f06420b124d478aa (diff)
downloadgitlab-ce-c0b79a751c8cbf676900956b14b70edd5dca5010.tar.gz
Move no runners alert to project ci settings
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/projects/_info.html.haml2
-rw-r--r--app/views/ci/projects/_no_runners.html.haml8
2 files changed, 0 insertions, 10 deletions
diff --git a/app/views/ci/projects/_info.html.haml b/app/views/ci/projects/_info.html.haml
index 1888e1bde93..e69de29bb2d 100644
--- a/app/views/ci/projects/_info.html.haml
+++ b/app/views/ci/projects/_info.html.haml
@@ -1,2 +0,0 @@
-- if no_runners_for_project?(@project)
- = render 'no_runners'
diff --git a/app/views/ci/projects/_no_runners.html.haml b/app/views/ci/projects/_no_runners.html.haml
deleted file mode 100644
index c0a296fb17d..00000000000
--- a/app/views/ci/projects/_no_runners.html.haml
+++ /dev/null
@@ -1,8 +0,0 @@
-.alert.alert-danger
- %p
- There are NO runners to build this project.
- %br
- You can add Specific runner for this project on Runners page
-
- - if current_user.is_admin
- or add Shared runner for whole application in admin are.