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

_project_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: 9f711e6aade8e4f2f8b5fd95fb9854c196cafd96 (plain)
1
2
3
.form-group
  = f.label s_('ProjectCreationLevel|Allowed to create projects'), class: 'label-bold'
  = f.select :project_creation_level, options_for_select(::Gitlab::Access.project_creation_options, group.project_creation_level), {}, class: 'form-control'