Skip to content

Instantly share code, notes, and snippets.

@markgandolfo
Created April 29, 2010 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markgandolfo/383222 to your computer and use it in GitHub Desktop.
Save markgandolfo/383222 to your computer and use it in GitHub Desktop.
<% if session['flash'] %>
<%- session['flash'].each do |key, msg| -%>
<div id="<%= key %>" class="flash_message">
<p><%= msg %></p>
</div>
<%- end -%>
<% end %>
<% session['flash'] = nil %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment