summaryrefslogtreecommitdiff
path: root/app/views/projects/runners
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 11:55:15 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 11:55:15 +0100
commit966c4f33929ac25e0d1b0d545dd4b372c2d6d0f4 (patch)
tree8e631672ba98c137ee4304a544d0c8c9a1c72aaa /app/views/projects/runners
parent6a40718b9e9290e9393726e6dc7affcb0451fd0d (diff)
downloadgitlab-ce-966c4f33929ac25e0d1b0d545dd4b372c2d6d0f4.tar.gz
Fix files, project settings and few more pages with new layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/runners')
-rw-r--r--app/views/projects/runners/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/runners/index.html.haml b/app/views/projects/runners/index.html.haml
index 315afe4a764..2d5b9f43c24 100644
--- a/app/views/projects/runners/index.html.haml
+++ b/app/views/projects/runners/index.html.haml
@@ -1,5 +1,6 @@
- page_title "Runners"
-.light
+
+.light.prepend-top-default
%p
A 'runner' is a process which runs a build.
You can setup as many runners as you need.