debian-mirror-gitlab/app/views/admin/application_settings/_user_restrictions.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
286 B
Text
Raw Normal View History

2022-11-25 23:54:43 +05:30
- form = local_assigns.fetch(:form)
.form-group
= label_tag _('User restrictions')
= render_if_exists 'admin/application_settings/updating_name_disabled_for_users', form: form
2023-01-13 00:05:48 +05:30
= form.gitlab_ui_checkbox_component :can_create_group, _("Allow new users to create top-level groups")