gpt4 book ai didi

html - Rails 图片 link_to 不工作

转载 作者:太空宇宙 更新时间:2023-11-03 21:30:08 25 4
gpt4 key购买 nike

一切正常

 <%= link_to "up.png", voteup_path(post_id: post.id, topic_id: post.topic_id), class: "xta"  %>

但不是这个

 <%= link_to image_tag("up.png"), voteup_path(post_id: post.id, topic_id: post.topic_id), class: "xta"  %>

请告诉我如何让它工作。

最佳答案

试试这个,将 image_tag 和类传递给 link_to 标签

<%=link_to( image_tag("up.png"),voteup_path(post_id: post.id, topic_id: post.topic_id), class: "xta") %>

关于html - Rails 图片 link_to 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29943436/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com