Sha256: 9ad1b4da1e1bde300bb2649ca7d45f6ea142d602ba794f2a67207995076cb423

Contents?: true

Size: 756 Bytes

Versions: 99

Compression:

Stored size: 756 Bytes

Contents

<table class="index">
  <thead>
    <tr data-hook="taxons_header">
      <th><%= Spree.t(:name) %></th>
      <th><%= Spree.t(:path) %></th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <% taxons.each do |taxon| %>
      <tr id="<%= spree_dom_id(taxon) %>" data-hook="taxons_row" class="<%= cycle('odd', 'even')%>">
        <td><%= taxon.name %></td>
        <td><%= taxon_path taxon %></td>
        <td class="actions">
          <%= link_to_delete taxon, :url => remove_admin_product_taxon_url(@product, taxon), :name => icon('delete') + ' ' + Spree.t(:remove) %>
        </td>
      </tr>
    <% end %>
    <% if taxons.empty? %>
      <tr data-hook="taxons_none"><td colspan="3"><%= Spree.t(:none) %>.</td></tr>
    <% end %>
  </tbody>
</table>

Version data entries

99 entries across 99 versions & 2 rubygems

Version Path
spree_backend-2.1.6 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.2.0 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.1.5 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.9 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.1.4 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.8 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.1.3 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.7 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.1.2 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.6 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.1.1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.5 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.1.0 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.4 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.3 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.2 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.0 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-2.0.0.rc1 app/views/spree/admin/taxons/_taxon_table.html.erb