7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
-if target.errors.any?
|
|
#errorExplanation
|
|
%h2= t('cmtool.errors.form.title', :count => target.errors.count)
|
|
%ul
|
|
- target.errors.full_messages.each do |msg|
|
|
%li= msg
|