Sha256: 477080043fdf41e4bf55770c35163b08e0b917f572cb5068a016b9522f94b350

Contents?: true

Size: 689 Bytes

Versions: 8

Compression:

Stored size: 689 Bytes

Contents

<table class="index">
  <thead>
    <tr data-hook="taxons_header">
      <th><%= t(:name) %></th>
      <th><%= t(:path) %></th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <% taxons.each do |taxon| %>
      <tr id="<%= 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') + ' ' + t(:remove) %>
        </td>
      </tr>
    <% end %>
    <% if taxons.empty? %>
     <tr data-hook="taxons_none"><td colspan="3"><%= t(:none) %>.</td></tr>
    <% end %>
  </tbody>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.70.6 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.70.5 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.70.4 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.70.3 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.70.2 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.70.1 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.70.0 app/views/admin/taxons/_taxon_table.html.erb