在 Rails 3 中,link_to 中如何包含文本和图像?
我想要一个带有文本和图像的链接。 在 Rails 3 互联网告诉我你必须这样做之前:
<%= link_to "my text"+image_tag("image.jpg"), {:controller=>:billets}, :class => 'link_to_blog'%>
但是在 Rails 3 中,我的网页中显示了图像的代码而不是图像。现在看来,它转义了html代码。
我如何在 Rails 3 中使用文本和图像进行 link_to ?
I want a link with text and an image.
Before rails 3 internet tells me that you must do :
<%= link_to "my text"+image_tag("image.jpg"), {:controller=>:billets}, :class => 'link_to_blog'%>
However in rails 3 i have the code of the image displayerd in my web page instead of the image. Seems now, it escape the html code.
How can i do a link_to with text and image in rails 3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者
Or