add a hidden-for-sighted label

Signed-off-by: Florian Kraft <f.kraft@finn.de>
pull/6827/head
Florian Kraft 10 years ago
parent c37a6ee85b
commit 5c8795f289
  1. 1
      app/views/my_projects_overviews/index.html.erb

@ -32,6 +32,7 @@ See doc/COPYRIGHT.md for more details.
<li class="toolbar-item" title="<%= l(:label_personalize_page) %>">
<%= link_to my_projects_overview_path(project), class: 'button', accesskey: accesskey(:edit) do %>
<i class="icon-settings"></i>
<span class="hidden-for-sighted"><%= l(:label_personalize_page) %></span>
<% end %>
</li>
<% end %>

Loading…
Cancel
Save