mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
.row
|
|
.alpha.six.columns
|
|
= f.field_container :name do
|
|
= f.label :name, t("spree.name")
|
|
= f.text_field :name, class: 'fullwidth'
|
|
.omega.six.columns
|
|
= f.field_container :abbr do
|
|
= f.label :abbr, t("spree.abbreviation")
|
|
= f.text_field :abbr, class: 'fullwidth'
|