Sha256: f6d49a0167f55fdf858396dfa1a580ce943755fb6b72a67e0dd14d5eb6754fa0

Contents?: true

Size: 818 Bytes

Versions: 6

Compression:

Stored size: 818 Bytes

Contents

<table class="index sortable" id='listing_taxonomies' data-hook data-sortable-link="<%= update_positions_admin_taxonomies_url %>">
  <colgroup>
    <col style="width: 85%">
    <col style="width: 15%">
  </colgroup>
  <thead>
    <tr data-hook="taxonomies_header">
      <th><%= Spree.t(:name) %></th>
      <th class="actions"></th>
    </tr>
  </thead>
  <tbody>
    <% @taxonomies.each do |taxonomy| %>
      <tr id="<%= spree_dom_id taxonomy %>" data-hook="taxonomies_row" class="<%= cycle('odd', 'even')%>">
        <td>
          <span class="handle"></span>
          <%= taxonomy.name %>
        </td>
        <td class="actions">
          <%= link_to_edit taxonomy.id, :no_text => true %>
          <%= link_to_delete taxonomy, :no_text => true %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree_backend-2.0.4 app/views/spree/admin/taxonomies/_list.html.erb
spree_backend-2.0.3 app/views/spree/admin/taxonomies/_list.html.erb
spree_backend-2.0.2 app/views/spree/admin/taxonomies/_list.html.erb
spree_backend-2.0.1 app/views/spree/admin/taxonomies/_list.html.erb
spree_backend-2.0.0 app/views/spree/admin/taxonomies/_list.html.erb
spree_backend-2.0.0.rc1 app/views/spree/admin/taxonomies/_list.html.erb