summaryrefslogtreecommitdiff
path: root/app/views/admin/runners/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/runners/index.html.haml')
-rw-r--r--app/views/admin/runners/index.html.haml10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index a32a85d..ea62b3d 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -1,13 +1,16 @@
= content_for :title do
%h3.project-title
- %span.light Admin /
- Runners (#{@runners.total_count})
+ Manage Runners
+
+ .pull-right
+ %small
+ = pluralize(@runners.total_count, 'runner')
%p.lead
%span To register new runner you should use next token
%code #{GitlabCi::RunnersToken}
-.well
+.bs-callout
%p
A 'runner' is a process which runs a build.
You can setup as many runners as you need.
@@ -26,6 +29,7 @@
\- run only builds from assigned projects
+
%table.table
%tr
%th ID