Skip to content

Instantly share code, notes, and snippets.

@IskanderHaziev
Created April 21, 2011 18:13
Show Gist options
  • Save IskanderHaziev/935150 to your computer and use it in GitHub Desktop.
Save IskanderHaziev/935150 to your computer and use it in GitHub Desktop.
#flash_container
- flash.each do |name, msg|
- if msg.class == String
= content_tag :div, :id => "flash_#{name}" do
%span.message= msg
%span.dismiss{:onclick => "hideFlash();"}= link_to "Dismiss [x]", "#"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment