This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-10-18 16:37:15 +02:00
|
|
|
- if object.errors.any?
|
2018-11-08 21:06:14 +01:00
|
|
|
.flash-message.alert#error_explanation
|
2016-11-15 23:02:57 +01:00
|
|
|
%strong= t('generic.validation_errors', count: object.errors.count)
|
2020-12-10 06:27:26 +01:00
|
|
|
- object.errors[:base].each do |error|
|
|
|
|
.flash-message.alert
|
|
|
|
%strong= error
|