Rails 4: HTML 内部代码 Link_to
Rails 4: HTML Code Inside Link_to
在输出中我想要这样:
<%= link_to '£', '#' %>
显示:
£
我不想按原样输入“£”,我需要输入 £ 的 html 代码。有办法吗?
我正在尝试完成此操作:http://foundation.zurb.com/docs/components/alert_boxes.html
它应该有效
'£'.html_safe
在输出中我想要这样:
<%= link_to '£', '#' %>
显示:
£
我不想按原样输入“£”,我需要输入 £ 的 html 代码。有办法吗?
我正在尝试完成此操作:http://foundation.zurb.com/docs/components/alert_boxes.html
它应该有效
'£'.html_safe