<% if flash.any? %>
<% flash.each do |key, value| -%>
<%= value %>
<% end -%>
<% end %>