8 lines
283 B
Text
8 lines
283 B
Text
- if resource.errors.any?
|
|
.alert.alert-primary
|
|
%h4.alert-heading
|
|
= I18n.t('errors.messages.not_saved', count: resource.errors.count, resource: resource.class.model_name.human.downcase)
|
|
|
|
%ul
|
|
- resource.errors.full_messages.each do |message|
|
|
%li= message
|