mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
Fix typo
This commit is contained in:
parent
0f0a069027
commit
7ca35150cd
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@
|
|||
= f.label :country_code, t(:country) + '*'
|
||||
.col-md-7
|
||||
- country_selected = f.object.persisted? ? f.object.country_code : 'EE'
|
||||
= f.select(:country_code, SApplicationController.helpers.all_country_options(country_selected),
|
||||
= f.select(:country_code, ApplicationController.helpers.all_country_options(country_selected),
|
||||
{ include_blank: true }, required: true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue