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

_invitation_flow_enforcement.html.haml « application_settings « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 895662b38fde346a0c016a6c1aff57a70fc45f79 (plain)
1
2
3
4
5
6
7
8
- return unless ::Feature.enabled?(:invitation_flow_enforcement_setting)

- form = local_assigns.fetch(:form)

%fieldset.form-group.gl-form-group
  %legend.col-form-label.col-form-label
    = s_("AdminSettings|Enforce invitation flow for groups and projects")
  = form.gitlab_ui_checkbox_component :invitation_flow_enforcement, s_("AdminSettings|Users and groups must accept the invitation before they're added to a group or project.")