Skip to content

Instantly share code, notes, and snippets.

@cmkoller
Created May 27, 2015 15:25
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 cmkoller/d36aa241682fe97806ee to your computer and use it in GitHub Desktop.
Save cmkoller/d36aa241682fe97806ee to your computer and use it in GitHub Desktop.
FLASH
<% flash.keys.each do |type| %>
<div data-alert class="flash <%= type %> alert-box radius">
<%= flash[type] %>
<a href="#" class="close">&times;</a>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment