Sha256: a72df7feb30d8541c5c93ee6d1c6725745fc0c120c3423cb1db24bd91ecf7072

Contents?: true

Size: 835 Bytes

Versions: 21

Compression:

Stored size: 835 Bytes

Contents

<div class="table-responsive">
  <table class="table table-condensed table-bordered">
    <thead>
      <tr data-hook="taxons_header">
        <th><%= Spree.t(:name) %></th>
        <th><%= Spree.t(:path) %></th>
        <th></th>
      </tr>
    </thead>
    <tbody>
      <% taxons.each do |taxonp| %>
        <tr id="<%= spree_dom_id(taxon) %>" data-hook="taxons_row">
          <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.svg') + ' ' + 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>
</div>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
spree_backend-4.2.7 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.3.3 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.6 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.3.2 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.4.1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.4.0 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.4.0.rc2 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.3.1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.4.0.rc1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.3.0 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.3.0.rc3 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.3.0.rc2 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.3.0.rc1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.5 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.4 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.3.1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.3 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.2 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.1 app/views/spree/admin/taxons/_taxon_table.html.erb
spree_backend-4.2.0 app/views/spree/admin/taxons/_taxon_table.html.erb