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

_allow_request_access.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab5f2fb177285e5fc6467a8e480e501c73cd89e7 (plain)
1
2
3
= form.gitlab_ui_checkbox_component :request_access_enabled,
    _('Users can request access (if visibility is public or internal)'),
    checkbox_options: { data: { qa_selector: 'request_access_checkbox' } }