Skip to content

Instantly share code, notes, and snippets.

@niklas
Created November 2, 2011 10:35
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 niklas/1333357 to your computer and use it in GitHub Desktop.
Save niklas/1333357 to your computer and use it in GitHub Desktop.
render 'flash', :flash => flash # from layout, file put in app/views/application
- unless flash.blank?
#flash
- flash.each do |name, msg|
= content_tag :div, msg, :class => "flash #{name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment