mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
%div
|
|
.four.columns.alpha
|
|
.field
|
|
= f.label t('spree.filename')
|
|
%br/
|
|
= f.file_field :attachment
|
|
.field
|
|
= f.label Spree::Variant.model_name.human
|
|
%br/
|
|
= f.select :viewable_id, @variants, {}, {class: 'select2 fullwidth'}
|
|
.field.omega.five.columns
|
|
= f.label t('spree.alt_text')
|
|
%br/
|
|
= f.text_area :alt, rows: 4, class: 'fullwidth'
|
|
|
|
.clear
|