2018-10-15 09:36:19 -04:00
|
|
|
.form-group.row
|
|
|
|
.col-sm-2.col-form-label
|
|
|
|
= _('Visibility level')
|
2019-05-22 11:20:05 -04:00
|
|
|
= link_to icon('question-circle'), help_page_path("public_access/public_access"), target: '_blank'
|
2018-10-15 09:36:19 -04:00
|
|
|
.col-sm-10
|
|
|
|
= render 'shared/visibility_level', f: f, visibility_level: visibility_level, can_change_visibility_level: can_change_visibility_level, form_model: form_model, with_label: with_label
|