Skip to content

Instantly share code, notes, and snippets.

@kylewelsby
Created September 3, 2010 09:32
Show Gist options
  • Save kylewelsby/563676 to your computer and use it in GitHub Desktop.
Save kylewelsby/563676 to your computer and use it in GitHub Desktop.
<%- flash.each do |name, msg| -%>
<%= content_tag :div, msg , :id => "flash", :class => "flash_#{name}" %>
<%- end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment