Files
mozo-backend/app/views/application/_error_messages.html.haml
T
2012-08-22 18:15:37 +02:00

8 lines
224 B
Plaintext

-if target.errors.any?
#error_explanation
.errors-content
%h2= t('helpers.forms.errors.title', :count => target.errors.count)
%ul
- for message in target.errors.full_messages
%li= message