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: d92610367aeb5caffcad1b6f1777f2cffc6ed328 (plain)
1
2
3
.form-group
  = f.label s_('SubgroupCreationLevel|Roles allowed to create subgroups'), class: 'label-bold'
  = f.select :subgroup_creation_level, options_for_select(::Gitlab::Access.subgroup_creation_options, group.subgroup_creation_level), {}, class: 'form-control'