summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-14 21:00:06 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-14 21:00:06 +0200
commitebd06d7e7da9f4df846f1af2ca49c6c64f1f90b0 (patch)
tree2328311214111b5b28f09222b1aa83686381a6e6 /app/views/layouts
parent910bf96ec3d60194b2fe4444c1df24f141b8450b (diff)
downloadgitlab-ce-ebd06d7e7da9f4df846f1af2ca49c6c64f1f90b0.tar.gz
Make small ui fixes for CI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/ci/_info.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/layouts/ci/_info.html.haml b/app/views/layouts/ci/_info.html.haml
index f7230f44242..24c68a6dbf5 100644
--- a/app/views/layouts/ci/_info.html.haml
+++ b/app/views/layouts/ci/_info.html.haml
@@ -1,3 +1,2 @@
-.container
- - if current_user && current_user.is_admin? && Ci::Runner.count.zero?
- = render 'ci/shared/no_runners'
+- if current_user && current_user.is_admin? && Ci::Runner.count.zero?
+ = render 'ci/shared/no_runners'