1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-23 15:19:38 +02:00
Maybe/app/views/shared/_auth_messages.html.erb
2024-02-02 23:59:39 -06:00

7 lines
136 B
Text

<% flash.each do |type, msg| %>
<div><%= msg %></div>
<% end %>
<% errors.each do |message| %>
<div><%= message %></div>
<% end %>