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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-14 14:59:19 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-14 14:59:19 +0300
commitec913402408d149ba3ecb79f4af511cd8ac63fe7 (patch)
tree562ea6f4e69a82a5d10de7e0b5faabdda171bc8d /app/views
parent09bd8a8b0dbaed79e2a2b8b2416fe80809df8918 (diff)
Remove duplicate notices
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/ci/_info.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/layouts/ci/_info.html.haml b/app/views/layouts/ci/_info.html.haml
index 9bc23cfad05..f7230f44242 100644
--- a/app/views/layouts/ci/_info.html.haml
+++ b/app/views/layouts/ci/_info.html.haml
@@ -1,9 +1,3 @@
.container
- - if alert || notice
- - if alert
- .alert.alert-danger= alert
- - if notice
- .alert.alert-info= notice
-
- if current_user && current_user.is_admin? && Ci::Runner.count.zero?
= render 'ci/shared/no_runners'