Skip to content

Instantly share code, notes, and snippets.

@travisdmathis
Created January 19, 2014 17:59
Show Gist options
  • Select an option

  • Save travisdmathis/8508514 to your computer and use it in GitHub Desktop.

Select an option

Save travisdmathis/8508514 to your computer and use it in GitHub Desktop.
<% if flash[:notice] %>
<div class="alert alert-block">
<button type="button" class="close" data-dismiss=":notice">&times;</button>
<%= flash[:notice] %></p>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment