summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2017-10-05 14:49:31 +0200
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-02-28 09:50:51 +0100
commit3e3fe6e7dbbc647cce34f61eee9cd7d175121300 (patch)
tree5726a4ed88f82e147dfcb5ad40138b1e6eb88860
parent52b4efc7de074831ff9cd590700aa2ec1e0a0dae (diff)
downloadgitlab-ce-3e3fe6e7dbbc647cce34f61eee9cd7d175121300.tar.gz
fixup! show group runners on runners page
-rw-r--r--app/views/projects/runners/_group_runners.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/runners/_group_runners.html.haml b/app/views/projects/runners/_group_runners.html.haml
index 9eb237dc739..7c738ae8f04 100644
--- a/app/views/projects/runners/_group_runners.html.haml
+++ b/app/views/projects/runners/_group_runners.html.haml
@@ -1,7 +1,8 @@
%h3 Group Runners
.bs-callout.bs-callout-warning.shared-runners-description
- GitLab group Runners execute code of different projects on the same Runner.
+ GitLab Group Runners can execute code for all the projects in this group.
+ They can be managed using the #{link_to 'Runners API', help_page_path('api/runners.md')}.
- if @project.group
%hr