mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 15:19:38 +02:00
7 lines
136 B
Text
7 lines
136 B
Text
<% flash.each do |type, msg| %>
|
|
<div><%= msg %></div>
|
|
<% end %>
|
|
|
|
<% errors.each do |message| %>
|
|
<div><%= message %></div>
|
|
<% end %>
|