From 43de46e28aa023a71ba0dd0c61795773baaf4cc6 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 13 Apr 2018 14:46:38 -0500 Subject: [skip ci] convert label-gray and label-inverse to badge-gray and badge-inverse --- app/views/admin/hooks/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/admin/hooks') diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml index 97600a566fe..87f9b0e86a7 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.badge.label-gray= event.to_s.titleize - %span.badge.label-gray SSL Verification: #{hook.enable_ssl_verification ? 'enabled' : 'disabled'} + %span.badge.badge-gray= event.to_s.titleize + %span.badge.badge-gray SSL Verification: #{hook.enable_ssl_verification ? 'enabled' : 'disabled'} = render 'shared/plugins/index' -- cgit v1.2.1