mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
Use native HTML email validation instead of "jquery validate"
This commit is contained in:
parent
e72c00850b
commit
2c67ed9673
5 changed files with 7 additions and 11 deletions
|
@ -38,7 +38,7 @@
|
|||
.col-md-4.control-label
|
||||
= f.label :email
|
||||
.col-md-8
|
||||
= f.text_field(:email, class: 'form-control', lax_email: true)
|
||||
= f.email_field :email, class: 'form-control'
|
||||
.form-group
|
||||
.col-md-4.control-label
|
||||
= f.label :country_code, t(:country)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue