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

Version Path
apispree_core-0.0.0 app/views/admin/taxons/_taxon_table.html.erb
My-Commerce_core-1.1.0 app/views/admin/taxons/_taxon_table.html.erb
My-Commerce_core-1.0.0 app/views/admin/taxons/_taxon_table.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/taxons/_taxon_table.html.erb
MyCommerce-0.0.3 core/app/views/admin/taxons/_taxon_table.html.erb
rfcommerce_core-0.0.3 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.6 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.5 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.30.2 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.40.4 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.50.4 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.4 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.50.3 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.3 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.2 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.1 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.0 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.60.0.RC1 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.50.2 app/views/admin/taxons/_taxon_table.html.erb
spree_core-0.50.1 app/views/admin/taxons/_taxon_table.html.erb