5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 19:35:45 +00:00
panel/app/views/devise/shared/_error_messages.haml

5 lines
130 B
Plaintext
Raw Normal View History

2019-07-03 19:57:16 +00:00
- if resource.errors.any?
2023-03-28 22:18:11 +00:00
= render 'bootstrap/alert' do
- resource.errors.full_messages.each do |message|
%p= message