_error_messages.html.haml 131 B

123
  1. - if object.errors.any?
  2. .flash-message#error_explanation
  3. %strong= t('generic.validation_errors', count: object.errors.count)