diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 8b16773deb..3a74b8c37c 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -20,8 +20,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <% html_title l(:label_administration), l("label_role_plural") %> <%= toolbar title: Role.model_name.human(count: 2) do %>
  • - <%= link_to({ action: 'new'}, class: 'button -alt-highlight') do %> - <%= l(:label_role_new) %> + <%= link_to({ action: 'new'}, + { class: 'button -alt-highlight', + aria: {label: t(:label_role_new)}, + title: t(:label_role_new)}) do %> + + <%= Role.model_name.human %> <% end %>
  • <% end %>