mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
%li.field
|
|
= f.hidden_field :zoneable_type, value: 'Spree::State'
|
|
= f.collection_select(:zoneable_id, @states, :id, :name, {include_blank: true}, {class: 'select2 fullwidth'})
|
|
= remove_nested f
|