debian-mirror-gitlab/app/views/shared/_allow_request_access.html.haml

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

4 lines
209 B
Text
Raw Normal View History

2021-10-27 15:23:28 +05:30
= form.gitlab_ui_checkbox_component :request_access_enabled,
2022-08-13 15:12:31 +05:30
_('Users can request access (if visibility is public or internal)'),
2021-10-27 15:23:28 +05:30
checkbox_options: { data: { qa_selector: 'request_access_checkbox' } }