im using twitters bootstrap alert messages. in my application.html.erb I have...
<% flash.each do |key, value| %>
This is how i do it
<% flash.each do |key, value| %> × <%= value %> <% end %>