5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 10:16:56 +00:00
panel/app/views/devise/shared/_error_messages.haml

5 lines
130 B
Text
Raw Permalink 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