Skip to content

Instantly share code, notes, and snippets.

@sob
Created February 12, 2009 04:52
Show Gist options
  • Save sob/62493 to your computer and use it in GitHub Desktop.
Save sob/62493 to your computer and use it in GitHub Desktop.
- flash.each do |key, value|
%div{:id => "flash_#{key}", :class => "flash #{key}", :style => value.blank? ? "display: none;" : ""}= h(value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment