Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_old_visibility_level.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd576e4fbea9018f4e161feaf00720ddfa5e13a8 (plain)
1
2
3
4
5
6
.form-group.row
  .col-sm-2.col-form-label
    = _('Visibility level')
    = link_to icon('question-circle'), help_page_path("public_access/public_access")
  .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