summaryrefslogtreecommitdiff
path: root/app/views/shared/_visibility_level.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_visibility_level.html.haml')
-rw-r--r--app/views/shared/_visibility_level.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_visibility_level.html.haml b/app/views/shared/_visibility_level.html.haml
index 192d2502aaf..38c6f560dc6 100644
--- a/app/views/shared/_visibility_level.html.haml
+++ b/app/views/shared/_visibility_level.html.haml
@@ -1,8 +1,8 @@
- with_label = local_assigns.fetch(:with_label, true)
-.form-group.visibility-level-setting
+.form-group.row.visibility-level-setting
- if with_label
- = f.label :visibility_level, class: 'control-label' do
+ = f.label :visibility_level, class: 'col-form-label col-sm-2' do
Visibility Level
= link_to icon('question-circle'), help_page_path("public_access/public_access")
%div{ :class => ("col-sm-10" if with_label) }