ectomobile/app/views/devise/shared/_error_messages.haml
f 8d5c35567c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
bootstrapizar devise
2022-06-11 13:13:06 -03:00

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