mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
11 lines
319 B
Plaintext
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
|