Sha256: f5ad62491dd8ddf1f7a4eb22ac42b00f9d431aa528a3cc03b63a279660f22992
Contents?: true
Size: 642 Bytes
Versions: 28
Compression:
Stored size: 642 Bytes
Contents
<table class="index"> <thead> <tr> <th><%= t("name") %></th> <th><%= t("path") %></th> <th></th> </tr> </thead> <tbody> <% taxons.each do |taxon| %> <tr id="<%= dom_id(taxon)%>"> <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><td colspan="3"><%= t('none') %>.</td></tr> <% end %> </tbody> </table>
Version data entries
28 entries across 28 versions & 7 rubygems