summaryrefslogtreecommitdiff
path: root/app/views/projects/runners/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/runners/index.html.haml')
-rw-r--r--app/views/projects/runners/index.html.haml27
1 files changed, 0 insertions, 27 deletions
diff --git a/app/views/projects/runners/index.html.haml b/app/views/projects/runners/index.html.haml
deleted file mode 100644
index 92957470070..00000000000
--- a/app/views/projects/runners/index.html.haml
+++ /dev/null
@@ -1,27 +0,0 @@
-- page_title "Runners"
-
-.light.prepend-top-default
- %p
- A 'Runner' is a process which runs a build.
- You can setup as many Runners as you need.
- %br
- Runners can be placed on separate users, servers, and even on your local machine.
-
- %p Each Runner can be in one of the following states:
- %div
- %ul
- %li
- %span.label.label-success active
- \- Runner is active and can process any new builds
- %li
- %span.label.label-danger paused
- \- Runner is paused and will not receive any new builds
-
-%hr
-
-%p.lead To start serving your builds you can either add specific Runners to your project or use shared Runners
-.row
- .col-sm-6
- = render 'specific_runners'
- .col-sm-6
- = render 'shared_runners'