summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/_ip_restriction_registration_features_cta.html.haml
blob: 3067220ea8fcb8c8f6f327eb5a617da736863165 (plain)
1
2
3
4
5
6
7
8
- 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'