Skip to content
Snippets Groups Projects
Commit 6f7082b2 authored by Taurie Davis's avatar Taurie Davis Committed by Clement Ho
Browse files

Resolve "New project visibility level description alignment"

parent e3ebcb68
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -174,7 +174,7 @@
 
.option-description,
.option-disabled-reason {
margin-left: 45px;
margin-left: 30px;
color: $project-option-descr-color;
}
 
Loading
Loading
- 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: '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) }
%div{ :class => (with_label ? "col-sm-10" : "col-sm-12") }
- if can_change_visibility_level
= render('shared/visibility_radios', model_method: :visibility_level, form: f, selected_level: visibility_level, form_model: form_model)
- else
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment