Sha256: 0b6af7d4ec2578b0b8786878f9533f1fdb9532a3b4d5b45ab071d9dc473359ff

Contents?: true

Size: 1.04 KB

Versions: 13

Compression:

Stored size: 1.04 KB

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, :sel)%>">
        <td><%= taxon.name %></td>
        <td><%= taxon_path taxon %></td>
  	    <td class="actions">
          <%= image_tag "spinner.gif", :style => "display:none", :id => "#{dom_id(taxon, :rem_spinner)}" %>		                         
		      <%= link_to_remote icon('delete') + ' ' + t('remove'), 
		                         {:url => remove_admin_product_taxon_url(@product, taxon),
		                         :loading => "Element.show(#{dom_id(taxon, :rem_spinner)})",
		                         :update => 'selected-taxons',
		                         :complete => "$('#{dom_id(taxon, :sel)}').remove(); Element.hide(#{dom_id(taxon, :rem_spinner)});"}, :class => 'iconlink' %>
  	    </td>        
      </tr>
    <% end %>
    <% if taxons.empty? %>
     <tr><td colspan="3"><%= t('none') %>.</td></tr>
    <% end %>
  </tbody>
</table>

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 app/views/admin/taxons/_taxon_table.html.erb
spree-enriquez-0.9.4 app/views/admin/taxons/_taxon_table.html.erb
spree-0.9.4 app/views/admin/taxons/_taxon_table.html.erb
spree-0.9.3 app/views/admin/taxons/_taxon_table.html.erb
spree-0.9.2 app/views/admin/taxons/_taxon_table.html.erb
spree-0.9.1 app/views/admin/taxons/_taxon_table.html.erb
spree-0.9.0 app/views/admin/taxons/_taxon_table.html.erb
spree-0.8.4 app/views/admin/taxons/_taxon_table.html.erb
spree-0.8.5 app/views/admin/taxons/_taxon_table.html.erb
spree-0.8.0 app/views/admin/taxons/_taxon_table.html.erb
spree-0.8.1 app/views/admin/taxons/_taxon_table.html.erb
spree-0.8.2 app/views/admin/taxons/_taxon_table.html.erb
spree-0.8.3 app/views/admin/taxons/_taxon_table.html.erb