mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Add validations to epp users
This commit is contained in:
parent
38edcded92
commit
0a3e631d84
6 changed files with 26 additions and 10 deletions
|
@ -27,7 +27,7 @@
|
|||
= f.text_field(:email, class: 'form-control')
|
||||
.form-group
|
||||
.form-group.has-feedback.js-typeahead-container
|
||||
= f.label :registrar_typeahead
|
||||
= f.label :registrar_typeahead, t('shared.registrar')
|
||||
= f.text_field(:registrar_typeahead, class: 'form-control js-registrar-typeahead', placeholder: t('shared.registrar'), autocomplete: 'off')
|
||||
%span.glyphicon.glyphicon-ok.form-control-feedback.js-typeahead-ok.hidden
|
||||
%span.glyphicon.glyphicon-remove.form-control-feedback.js-typeahead-remove
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue