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:
authorShinya Maeda <shinya@gitlab.com>2017-07-20 09:14:22 +0300
committerShinya Maeda <shinya@gitlab.com>2017-07-20 09:14:22 +0300
commitacaf13d6f32157716c0d6a9b1d475c042881895c (patch)
treebf4fe5084c4c0165484f64201fdabb38d5f507d5 /app/views/ci
parent03c72d71bb20a45b13d694d3c966afdc488b0a37 (diff)
Add an id for the tag(#registration_token). Wrap long lines.
Diffstat (limited to 'app/views/ci')
-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 70a1db84a58..b4faeafdc89 100644
--- a/app/views/ci/runner/_how_to_setup_runner.html.haml
+++ b/app/views/ci/runner/_how_to_setup_runner.html.haml
@@ -9,7 +9,7 @@
%li
= _("Specify the following URL during the Runner setup:")
%code= root_url(only_path: false)
- %li
+ %li#registration_token
= _("Use the following registration token during setup:")
%code= registration_token
%li