2015-11-02 70 views

回答

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

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

谢谢,这一个工程!不幸的是,我不能给你一个upvote呢。 – Lowryder

+0

我没有测试它.. +1 –

0

尝试这种解决方案:

<%= link_to "", root_path, class: 'glyphicon glyphicon-fire logo', "aria-hidden" => true %>