diff --git a/app/views/registrar/domains/form_partials/_nameservers.haml b/app/views/registrar/domains/form_partials/_nameservers.haml index 177d164f0..557d28987 100644 --- a/app/views/registrar/domains/form_partials/_nameservers.haml +++ b/app/views/registrar/domains/form_partials/_nameservers.haml @@ -18,13 +18,13 @@ = label_tag "domain_nameservers_attributes_#{k}_ipv4", t(:ipv4) .col-md-7 = text_field_tag "domain[nameservers_attributes][#{k}][ipv4]", v['ipv4'], - class: 'form-control', ipv4: true + class: 'form-control'#, ipv4: true .form-group .col-md-3.control-label = label_tag "domain_nameservers_attributes_#{k}_ipv6", t(:ipv6) .col-md-7 = text_field_tag "domain[nameservers_attributes][#{k}][ipv6]", v['ipv6'], - class: 'form-control', ipv6: true + class: 'form-control'#, ipv6: true :coffee $("#nameservers").nestedAttributes bindAddTo: $(".add-nameserver")