Skip to content

Instantly share code, notes, and snippets.

@gnomex
Created December 12, 2013 12:46
Show Gist options
  • Save gnomex/7927408 to your computer and use it in GitHub Desktop.
Save gnomex/7927408 to your computer and use it in GitHub Desktop.
<% flash.each do |name, message| %>
<div class="alert alert-<%= name == :notice ? "success" : "error" %>">
<a class="close" data-dismiss="alert" href="#">×</a>
<%= message %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment