Hi,
I wonder, why are you showing all content from the flash in your notice_message helper? There can be stored anything in the flash.
See seyhunak/twitter-bootstrap-rails#526
p.s. Also, you could use link_to('×'.html_safe, ...) instead of link_to('x', ...) for close button so it'd be more cute
Hi,
I wonder, why are you showing all content from the flash in your
notice_messagehelper? There can be stored anything in the flash.See seyhunak/twitter-bootstrap-rails#526
p.s. Also, you could use
link_to('×'.html_safe, ...)instead oflink_to('x', ...)for close button so it'd be more cute