diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-10 12:22:56 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-05-10 12:22:56 -0700 |
commit | bed783ac15453f60651f861803bba93c622625ba (patch) | |
tree | d560107fff213edcc6abb51f215a029b1e5fd740 /app/views/admin/runners/index.html.haml | |
parent | e42f7e2a5a733d7c3682bd7d15e509e1943003bc (diff) | |
download | gitlab-ce-bed783ac15453f60651f861803bba93c622625ba.tar.gz |
Rename btn-secondary to btn-default
Diffstat (limited to 'app/views/admin/runners/index.html.haml')
-rw-r--r-- | app/views/admin/runners/index.html.haml | 2 |
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 8a130782b46..8e71e42570f 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-secondary', + method: :put, class: 'btn btn-default', data: { confirm: _("Are you sure you want to reset registration token?") } = render partial: 'ci/runner/how_to_setup_shared_runner', |