summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavin Walker <dwalker@gitlab.com>2018-05-25 17:31:36 +0000
committerDavin Walker <dwalker@gitlab.com>2018-05-25 17:31:36 +0000
commit191a999148d335085b3b04bfeeebd82836a66bab (patch)
treec1179a4f659b0f636fb0dc3778fef6e90271996f
parent6f4935bcee76a7af532399945f440a8fbd15658e (diff)
downloadgitlab-ce-46825-update-reset-runners-registration-token-button-for-visual-clarity.tar.gz
-rw-r--r--app/views/admin/runners/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index e49bf1cffc8..138dcf856e7 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -35,7 +35,7 @@
You can reset runners registration token by pressing a button below.
.prepend-top-10
= button_to _("Reset runners registration token"), reset_runners_token_admin_application_settings_path,
- method: :put, class: 'btn btn-default',
+ method: :put, class: 'btn btn-warning',
data: { confirm: _("Are you sure you want to reset registration token?") }
= render partial: 'ci/runner/how_to_setup_shared_runner',