Files
cmtool/app/views/cmtool/application/_error_messages.html.haml
T
2012-03-28 10:17:52 +02:00

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