summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-16 06:06:30 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-16 06:06:30 +0000
commit2860167b7774c526469be38aa2ccf58530d1bfa2 (patch)
treeb24a2dd266464c1912efd97d0a5d1f71141025f1 /app/views/groups
parent0bea08a33e68c5f2b5fdb8ec9b42636f9f62d0f5 (diff)
downloadgitlab-ce-2860167b7774c526469be38aa2ccf58530d1bfa2.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/settings/ci_cd/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/groups/settings/ci_cd/show.html.haml b/app/views/groups/settings/ci_cd/show.html.haml
index a3f35b72cc6..81bd15ed287 100644
--- a/app/views/groups/settings/ci_cd/show.html.haml
+++ b/app/views/groups/settings/ci_cd/show.html.haml
@@ -31,7 +31,8 @@
%button.btn.btn-default.js-settings-toggle{ type: "button" }
= expanded ? _('Collapse') : _('Expand')
%p
- = _('Register and see your runners for this group.')
+ = _("Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project.")
+ = link_to s_('More information'), help_page_path('ci/runners/README')
.settings-content
= render 'groups/runners/index'