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

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

@ -129,7 +129,7 @@ See doc/COPYRIGHT.md for more details.
{ class: 'button -alt-highlight', { class: 'button -alt-highlight',
aria: {label: t(:label_export_card_configuration_new)}, aria: {label: t(:label_export_card_configuration_new)},
title: t(:label_export_card_configuration_new)}) do %> title: t(:label_export_card_configuration_new)}) do %>
<i class="button--icon icon-add"></i> <%= op_icon('button--icon icon-add') %>
<span class="button--text"><%= t(:label_export_card_configuration) %></span> <span class="button--text"><%= t(:label_export_card_configuration) %></span>
<% end %> <% end %>
</div> </div>

Loading…
Cancel
Save