<% [:error, :warning, :success, :info, :notice, :alert].each do |message_type| %> <% if flash[message_type] %>
"> <%= link_to '×'.html_safe, '#', :class => 'close' %>

<%= flash[message_type] %>

<% end %> <% end %>