mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-10 03:30:22 +00:00
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
.columns.omega.six
|
|
%fieldset{:id => 'shipping'}
|
|
%legend Collection Point
|
|
=form.collection_select("distributor_id", Spree::Distributor.all, :id, :name, {}, {:class => 'required'})
|
|
|