summaryrefslogtreecommitdiff
path: root/app/views/admin/hooks/index.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:33:27 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 14:33:27 -0500
commit21785171329ef0189a1c99d7b65b106b7bdda48c (patch)
treeaba9d0d5af3b3d2bd229cecc6cfdd77bd61d8d36 /app/views/admin/hooks/index.html.haml
parentb1c4fdecfceaac6509a817325822aa1e04f59046 (diff)
downloadgitlab-ce-21785171329ef0189a1c99d7b65b106b7bdda48c.tar.gz
[skip ci] Convert .label. to .badge.
Diffstat (limited to 'app/views/admin/hooks/index.html.haml')
-rw-r--r--app/views/admin/hooks/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml
index 02e4426b3a5..97600a566fe 100644
--- a/app/views/admin/hooks/index.html.haml
+++ b/app/views/admin/hooks/index.html.haml
@@ -29,7 +29,7 @@
%div
- SystemHook.triggers.each_value do |event|
- if hook.public_send(event)
- %span.label.label-gray= event.to_s.titleize
- %span.label.label-gray SSL Verification: #{hook.enable_ssl_verification ? 'enabled' : 'disabled'}
+ %span.badge.label-gray= event.to_s.titleize
+ %span.badge.label-gray SSL Verification: #{hook.enable_ssl_verification ? 'enabled' : 'disabled'}
= render 'shared/plugins/index'