Skip to content

Instantly share code, notes, and snippets.

@robinjfisher
Created June 29, 2011 05:46
Show Gist options
  • Save robinjfisher/1053233 to your computer and use it in GitHub Desktop.
Save robinjfisher/1053233 to your computer and use it in GitHub Desktop.
Flash layout code
<div id="flash">
<% flash.each do |key, value| -%>
<div id="flash_<%= key %>"><%=h value %></div>
<% end -%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment