Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 15:09:12 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-23 15:09:12 +0300
commit915b554773244a883790308fd9608f5f301edde0 (patch)
treebb16088bfcf586307fe0dc5fa7dc1d34a16cd20e /app/views/ci/runner
parent41498864a083663fa29131f8af74c69e82213055 (diff)
Add specific views / selectors for QA runners page
Diffstat (limited to 'app/views/ci/runner')
-rw-r--r--app/views/ci/runner/_how_to_setup_runner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/runner/_how_to_setup_runner.html.haml b/app/views/ci/runner/_how_to_setup_runner.html.haml
index b75dab0acc5..8db7727b80c 100644
--- a/app/views/ci/runner/_how_to_setup_runner.html.haml
+++ b/app/views/ci/runner/_how_to_setup_runner.html.haml
@@ -8,7 +8,7 @@
= (_("(checkout the %{link} for information on how to install it).") % { link: link }).html_safe
%li
= _("Specify the following URL during the Runner setup:")
- %code= root_url(only_path: false)
+ %code#coordinator_address= root_url(only_path: false)
%li
= _("Use the following registration token during setup:")
%code#registration_token= registration_token