views:

62

answers:

2

because it will not show up as » but will show up as &raquo. Is there a way to show it?

+1  A: 

I believe you can do link_to(h('»'), url)

Jorge Israel Peña
tried it... didn't work.
動靜能量
+4  A: 

Try:

link_to "»".html_safe, url

webdestroya