<% unless flash.empty? %>
<% flash.select { |_, msg| msg.is_a? String }.each do |type, msg| %>
<%= msg %>
<% end %>
<% end %>