2015-11-02 36 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 %>