Sha256: b5a0b9b1d43acbe64900539b2a3c37ddfd73b01742bcaa0a1bd7b74f2a3b1388
Contents?: true
Size: 690 Bytes
Versions: 21
Compression:
Stored size: 690 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
21 entries across 21 versions & 1 rubygems