Files
openfoodnetwork/app/views/spree/shared/_error_messages.html.haml

11 lines
319 B
Plaintext

- if target && target.errors.any?
#errorExplanation.errorExplanation
%h2
= t(".errors_prohibited_this_record_from_being_saved", count: target.errors.count)
%p
= t(".there_were_problems_with_the_following_fields")
\:
%ul
- target.errors.full_messages.each do |msg|
%li= msg