Sha256: b028c27e03e73334a91ac9a50e7c442a3c8b80e920c2a49523dfd831cb49f0d1

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

<table class="index sortable" id='listing_taxonomies' data-hook data-sortable-link="<%= update_positions_admin_taxonomies_url %>">
  <tr data-hook="taxonomies_header">
    <th><%= t(:name) %></th>
    <th></th>
  </tr>
<% @taxonomies.each do |taxonomy| %>
  <tr id="<%= spree_dom_id taxonomy %>" data-hook="taxonomies_row">
    <td>
    	<span class="handle"></span>
      <%= taxonomy.name %>
    </td>
    <td class="actions">
      <%= link_to_edit taxonomy.id, :class => 'edit' %>
      &nbsp;
      <%= link_to_delete taxonomy %>
    </td>
  </tr>
<% end %>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_core-1.2.5 app/views/spree/admin/taxonomies/_list.html.erb
spree_core-1.2.4 app/views/spree/admin/taxonomies/_list.html.erb
spree_core-1.2.3 app/views/spree/admin/taxonomies/_list.html.erb