From 6e4e1050d9dba2b7b2523fdd1768823ab85feef4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Aug 2020 18:42:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-3-stable-ee --- app/views/ci/runner/_how_to_setup_runner.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/ci/runner/_how_to_setup_runner.html.haml') 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 aca8aa5d341..6c2bd2a5d2f 100644 --- a/app/views/ci/runner/_how_to_setup_runner.html.haml +++ b/app/views/ci/runner/_how_to_setup_runner.html.haml @@ -1,5 +1,5 @@ - link = link_to _("Install GitLab Runner"), 'https://docs.gitlab.com/runner/install/', target: '_blank' -.append-bottom-10 +.gl-mb-3 %h4= _("Set up a %{type} Runner manually") % { type: type } %ol @@ -13,7 +13,7 @@ = _("Use the following registration token during setup:") %code#registration_token= registration_token = clipboard_button(target: '#registration_token', title: _("Copy token"), class: "btn-transparent btn-clipboard") - .prepend-top-10.append-bottom-10 + .gl-mt-3.gl-mb-3 = button_to _("Reset runners registration token"), reset_token_url, method: :put, class: 'btn btn-default', data: { confirm: _("Are you sure you want to reset registration token?") } -- cgit v1.2.1