Quick correction on the region selector, the checked status was not visible :(
This commit is contained in:
parent
8687fe19c7
commit
78ae8e6159
@ -15,4 +15,5 @@
|
||||
.radios
|
||||
= f.collection_radio_buttons :region_id,
|
||||
Region.where(region: selector_region), :id, :name, include_hidden: false do |b|
|
||||
= b.label { b.radio_button + t(b.text, scope: :countries, default: b.text) }
|
||||
= b.radio_button
|
||||
= b.label { t(b.text, scope: :countries, default: b.text) }
|
||||
|
Loading…
Reference in New Issue
Block a user