gitlab-org--gitlab-foss/app/views/admin/application_settings/_user_restrictions.html.haml

7 lines
282 B
Plaintext

- form = local_assigns.fetch(:form)
.form-group
= label_tag _('User restrictions')
= render_if_exists 'admin/application_settings/updating_name_disabled_for_users', form: form
= form.gitlab_ui_checkbox_component :can_create_group, _("Allow users to create top-level groups")