From 2b8c46fe1dedd1687e1871a8b4a9892ee0ca070f Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Thu, 20 Jul 2017 17:42:45 +0900 Subject: Add #registration_token for %code --- app/views/ci/runner/_how_to_setup_runner.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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 b4faeafdc89..b75dab0acc5 100644 --- a/app/views/ci/runner/_how_to_setup_runner.html.haml +++ b/app/views/ci/runner/_how_to_setup_runner.html.haml @@ -9,8 +9,8 @@ %li = _("Specify the following URL during the Runner setup:") %code= root_url(only_path: false) - %li#registration_token + %li = _("Use the following registration token during setup:") - %code= registration_token + %code#registration_token= registration_token %li = _("Start the Runner!") -- cgit v1.2.1