Skip to content

Instantly share code, notes, and snippets.

@kaochenlong
Created April 26, 2015 05:15
Show Gist options
  • Save kaochenlong/0909e69748826e50ffea to your computer and use it in GitHub Desktop.
Save kaochenlong/0909e69748826e50ffea to your computer and use it in GitHub Desktop.
<% flash.each do |flash_type, message| %>
<div class="alert alert-success alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<%= message %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment