1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 23:59:40 +02:00
Maybe/app/views/shared/_auth_messages.html.erb

8 lines
136 B
Text
Raw Normal View History

2024-02-02 23:58:09 -06:00
<% flash.each do |type, msg| %>
<div><%= msg %></div>
<% end %>
<% errors.each do |message| %>
<div><%= message %></div>
<% end %>