diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-13 14:46:38 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-13 14:47:25 -0500 |
commit | 43de46e28aa023a71ba0dd0c61795773baaf4cc6 (patch) | |
tree | 98fe3256c0d95afe86225f823f6da35f0bfacdab /app/views/admin/hooks | |
parent | 1968191c523f1ee45e4f7eac75b435df61b75398 (diff) | |
download | gitlab-ce-43de46e28aa023a71ba0dd0c61795773baaf4cc6.tar.gz |
[skip ci] convert label-gray and label-inverse to badge-gray and badge-inverse
Diffstat (limited to 'app/views/admin/hooks')
-rw-r--r-- | app/views/admin/hooks/index.html.haml | 4 |
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 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' |