summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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