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