Skip to content

Instantly share code, notes, and snippets.

@exviva
Created July 10, 2010 22:29
Show Gist options
  • Save exviva/471083 to your computer and use it in GitHub Desktop.
Save exviva/471083 to your computer and use it in GitHub Desktop.
- if flash.present?
%ul#flash
- flash.each do |key, value|
%li(class=key)= value
- flash = flash()
- if flash.present?
%ul#flash
- flash.each do |key, value|
%li(class=key)= value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment