Files
mozo-backend/app/views/application/_error_messages.html.slim

8 lines
221 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