1 2 3
<div id="flashes"><% flash.each do |type, msg| %> <span class="<%= type %>"><%= msg %></span> <% end %></div>