gitlab-org--gitlab-foss/app/views/shared/_allow_request_access.html.haml

7 lines
284 B
Text
Raw Normal View History

.form-check
2018-05-31 15:20:46 -04:00
= form.check_box :request_access_enabled, class: 'form-check-input'
= form.label :request_access_enabled, class: 'form-check-label' do
%strong Allow users to request access
%br
%span.descr Allow users to request access if visibility is public or internal.