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