sob (owner)

Revisions

gist: 62493 Download_button fork
public
Public Clone URL: git://gist.github.com/62493.git
Embed All Files: show embed
Ruby #
1
2
- flash.each do |key, value|
  %div{:id => "flash_#{key}", :class => "flash #{key}", :style => value.blank? ? "display: none;" : ""}= h(value)