summaryrefslogtreecommitdiff
path: root/app/views/shared/_old_visibility_level.html.haml
blob: 104c722ee6548aa6d817166605c7c18b36c0509a (plain)
1
2
3
4
5
6
.form-group.row
  .col-sm-2.col-form-label
    = _('Visibility level')
    = link_to sprite_icon('question-o'), help_page_path('public_access/public_access'), target: '_blank', rel: 'noopener noreferrer'
  .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