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

_subgroup_creation_level.html.haml « settings « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f0a206312e6f978ab6e14f2a981d0da67beeb7b (plain)
1
2
3
4
.form-group
  = f.label s_('SubgroupCreationLevel|Roles allowed to create subgroups'), class: 'label-bold'
  - ::Gitlab::Access.subgroup_creation_options.each do |label, action|
    = f.gitlab_ui_radio_component :subgroup_creation_level, action, label