debian-mirror-gitlab/app/views/groups/settings/_ip_restriction_registration_features_cta.html.haml
2022-03-02 08:16:31 +05:30

8 lines
380 B
Text

- return unless registration_features_can_be_prompted?
.form-group
= f.label :disabled_ip_restriction_ranges, class: 'label-bold' do
= _('Allow access to the following IP addresses')
= f.text_field :disabled_ip_restriction_ranges, value: '', class: 'form-control', disabled: true
%span.form-text.text-muted
= render 'shared/registration_features_discovery_message'