<% [:notice, :success, :error, :warning, :alert].each do |type| %> <% if flash.key?(type) %>
<%= flash[type] %>
<% end %> <% end %>