summaryrefslogtreecommitdiff
path: root/app/views/admin/hooks
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-11 13:05:57 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-11 13:05:57 -0500
commitdf8aa61a94b8e70526fb78aed75ada1e390c7ce1 (patch)
tree0c0d0183cc38bbd815eb1d3c2f271d2481d41589 /app/views/admin/hooks
parentb95d76d217ad5a99093c2e10ac4a9289200dad48 (diff)
downloadgitlab-ce-df8aa61a94b8e70526fb78aed75ada1e390c7ce1.tar.gz
[skip ci] Convert .checkbox to .form-check
Diffstat (limited to 'app/views/admin/hooks')
-rw-r--r--app/views/admin/hooks/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/hooks/_form.html.haml b/app/views/admin/hooks/_form.html.haml
index e03c9bc0466..b7e57a1cbfd 100644
--- a/app/views/admin/hooks/_form.html.haml
+++ b/app/views/admin/hooks/_form.html.haml
@@ -46,7 +46,7 @@
This URL will be triggered when a merge request is created/updated/merged
.form-group
= form.label :enable_ssl_verification, 'SSL verification', class: 'label-light checkbox'
- .checkbox
+ .form-check
= form.label :enable_ssl_verification do
= form.check_box :enable_ssl_verification
%strong Enable SSL verification