或 关于ruby-on-rails - ruby rails : How to add "aria-hidde-6ren">
gpt4 book ai didi

ruby-on-rails - ruby rails : How to add "aria-hidden=' true'"with link_to

转载 作者:行者123 更新时间:2023-11-28 09:12:01 26 4
gpt4 key购买 nike

我怎样才能用 Rails 语法写这个?

<a href="/" class="glyphicon glyphicon-fire logo" aria-hidden="true" ></a>

大概是这样的:

<%= link_to '', root_path, class: 'glyphicon glyphicon-fire logo', **???** %>

最佳答案

<%= link_to '', root_path, ...., 'aria-hidden' => true %>

<%= link_to '', root_path, ...., aria: {hidden: true} %>

关于ruby-on-rails - ruby rails : How to add "aria-hidden=' true'"with link_to,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33481973/

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