Merge pull request #72 from finnlabs/accessibility/25150/icon-font

[ci skip]
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit 22acf2904a
  1. 2
      app/views/roles/index.html.erb

@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
{ class: 'button -alt-highlight',
aria: {label: t(:label_role_new)},
title: t(:label_role_new)}) do %>
<i class="button--icon icon-add"></i>
<%= op_icon('button--icon icon-add') %>
<span class="button--text"><%= Role.model_name.human %></span>
<% end %>
</li>

Loading…
Cancel
Save