mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
They're being silently discarded. I checked, and those classes weren't needed anyway. (theres' no conditions to even show an error in the second case, but nevermind..)
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
.field.align-center
|
|
= f.field_container :name do
|
|
= f.label :name, t("spree.name")
|
|
%span.required *
|
|
%br/
|
|
= error_message_on :taxonomy, :name
|
|
= text_field :taxonomy, :name
|