gpt4 book ai didi

ruby-on-rails - 如何将此图像转换为链接?

转载 作者:太空宇宙 更新时间:2023-11-03 17:12:50 24 4
gpt4 key购买 nike

这是图片:

<%= image_tag comment.user.profile.photo.url(:tiny) %>

这是链接路径:

comment.user.profile

现在如何将这两者结合起来?

最佳答案

<%= link_to image_tag(comment.user.profile.photo.url(:tiny)), comment.user.profile %>

关于ruby-on-rails - 如何将此图像转换为链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5562047/

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