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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 22:22:56 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 22:22:56 +0300
commitbed783ac15453f60651f861803bba93c622625ba (patch)
treed560107fff213edcc6abb51f215a029b1e5fd740 /app/views/admin/hook_logs
parente42f7e2a5a733d7c3682bd7d15e509e1943003bc (diff)
Rename btn-secondary to btn-default
Diffstat (limited to 'app/views/admin/hook_logs')
-rw-r--r--app/views/admin/hook_logs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/hook_logs/show.html.haml b/app/views/admin/hook_logs/show.html.haml
index b935bcd2999..2eb3ac85722 100644
--- a/app/views/admin/hook_logs/show.html.haml
+++ b/app/views/admin/hook_logs/show.html.haml
@@ -4,7 +4,7 @@
%hr
-= link_to 'Resend Request', retry_admin_hook_hook_log_path(@hook, @hook_log), class: "btn btn-secondary float-right prepend-left-10"
+= link_to 'Resend Request', retry_admin_hook_hook_log_path(@hook, @hook_log), class: "btn btn-default float-right prepend-left-10"
= render partial: 'shared/hook_logs/content', locals: { hook_log: @hook_log }