You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 oflink_to('x', ...)
for close button so it'd be more cuteThe text was updated successfully, but these errors were encountered: