summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_terms.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/application_settings/_terms.html.haml')
-rw-r--r--app/views/admin/application_settings/_terms.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_terms.html.haml b/app/views/admin/application_settings/_terms.html.haml
index 44bf7b65a8e..325ca1ac003 100644
--- a/app/views/admin/application_settings/_terms.html.haml
+++ b/app/views/admin/application_settings/_terms.html.haml
@@ -5,8 +5,8 @@
.form-group
.col-sm-12
.form-check
- = f.label :enforce_terms do
- = f.check_box :enforce_terms
+ = f.check_box :enforce_terms, class: 'form-check-input'
+ = f.label :enforce_terms, class: 'form-check-label' do
= _("Require all users to accept Terms of Service when they access GitLab.")
.form-text.text-muted
= _("When enabled, users cannot use GitLab until the terms have been accepted.")