removes accesskey on top links and login items links
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
<li>
|
||||
<%= link_to t("layouts.header.more_information"),
|
||||
page_path('more_information'),
|
||||
class: ("selected" if current_page?("/more_information")),
|
||||
accesskey: "i" %>
|
||||
class: ("selected" if current_page?("/more_information")) %>
|
||||
</li>
|
||||
<li>
|
||||
<%= link_to t("layouts.header.external_link_transparency"),
|
||||
|
||||
Reference in New Issue
Block a user