<% unless flash.empty? %>
<% flash.each do |type, msg| %>
<%= msg %>
<% end %>
<% end %>