mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Country search in user form
This commit is contained in:
parent
f104cf8a17
commit
b403cbebcd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
= f.text_field(:password, class: 'form-control')
|
= f.text_field(:password, class: 'form-control')
|
||||||
.form-group
|
.form-group
|
||||||
= f.label :country_id
|
= f.label :country_id
|
||||||
= f.collection_select :country_id, Country.all, :id, :name, {}, { class: 'form-control' }
|
= f.collection_select :country_id, Country.all, :id, :name, {}, { class: 'form-control selectize' }
|
||||||
.form-group
|
.form-group
|
||||||
= f.label :identity_code
|
= f.label :identity_code
|
||||||
= f.text_field(:identity_code, class: 'form-control')
|
= f.text_field(:identity_code, class: 'form-control')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue