gpt4 book ai didi

ruby-on-rails - 如何在 HAML 中制作此链接标签?

转载 作者:行者123 更新时间:2023-12-03 15:06:02 26 4
gpt4 key购买 nike

我怎样才能在 HAML 中做这样的事情(在 Rails 应用程序中,这样很重要)?

<li><a href="#" title="Meet the Team"><strong>Team <em>16 members</em></strong></a></li>

编辑 : 怎么做 link_topages_team的路线?

最佳答案

基本方法看起来像这样......

%li
%a{ :href => "#", :title => "Meet the Team" }
%strong
Team
%em 16 members

或者使用新的哈希语法......
%li
%a{ href: "#", title: "Meet the Team" }
%strong
Team
%em 16 members

关于ruby-on-rails - 如何在 HAML 中制作此链接标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5838785/

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