gpt4 book ai didi

html - 将 html 添加到 link_to

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

如何将以下 html 添加到我的 link_to

<i class="icon-plus icon-white"></i>

<%= link_to 'add', '#', :class => 'btn btn-mini pull-right'%></th>

这样将生成的 html 将如下所示

<a class="btn btn-mini pull-right" href="#">
<i class="icon-plus icon-white"></i>
</a>

最佳答案

查看 this question 的答案,我在这里回答了几乎完全相同的事情。

关于html - 将 html 添加到 link_to,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11698138/

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