summaryrefslogtreecommitdiff
path: root/app/views/admin/hooks
diff options
context:
space:
mode:
authorJedidiah <hello@jedidiah.eu>2017-09-19 07:05:31 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-09-19 07:05:31 +0000
commita6eb9806324e381f28dd9a2567726bef45927382 (patch)
treec2a5cb57927866c3880240651548c10d21cadcf4 /app/views/admin/hooks
parent10aeb81e8fce3a9ded4a1a15e497b62bc28f88ce (diff)
downloadgitlab-ce-a6eb9806324e381f28dd9a2567726bef45927382.tar.gz
Change all instances of btn-sm to btn-small to keep things consistent
Diffstat (limited to 'app/views/admin/hooks')
-rw-r--r--app/views/admin/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml
index fed6002528d..b6e1df5f3ac 100644
--- a/app/views/admin/hooks/index.html.haml
+++ b/app/views/admin/hooks/index.html.haml
@@ -22,7 +22,7 @@
- @hooks.each do |hook|
%li
.controls
- = render 'shared/web_hooks/test_button', triggers: SystemHook::TRIGGERS, hook: hook, button_class: 'btn-small'
+ = render 'shared/web_hooks/test_button', triggers: SystemHook::TRIGGERS, hook: hook, button_class: 'btn-sm'
= link_to 'Edit', edit_admin_hook_path(hook), class: 'btn btn-sm'
= link_to 'Remove', admin_hook_path(hook), data: { confirm: 'Are you sure?' }, method: :delete, class: 'btn btn-remove btn-sm'
.monospace= hook.url