5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 08:06:56 +00:00
panel/app/views/devise/shared/_error_messages.haml
2023-03-29 16:43:11 -03:00

4 lines
130 B
Text

- if resource.errors.any?
= render 'bootstrap/alert' do
- resource.errors.full_messages.each do |message|
%p= message