<% @taxon_groups.each do |taxon_group| %> <% end %>
<%= Spree.t(:name) %> <%= Spree.t(:key) %> <%= Spree.t(:taxon_count) %>
<%= taxon_group.name %> <%= taxon_group.key %> <%= taxon_group.taxons.count %> <%= link_to_edit taxon_group.id, no_text: true %> <%= link_to positions_admin_taxon_group_path(taxon_group.id), class: 'btn btn-default btn-sm icon-link with-tip action-positions no-text', 'data-original-title': 'Positions' do %> <% end %> <%= link_to_delete taxon_group, no_text: true %>