Sha256: 82554254ff7e6c759b59dbbaa8b6f161d37fc7fdb483f50410d4ec400f804155

Contents?: true

Size: 400 Bytes

Versions: 35

Compression:

Stored size: 400 Bytes

Contents

<% if taxon.children.length != 0 %>
  <ul>
    <% taxon.children.each do |child| %>
      <li id="<%= child.id %>" rel="taxon">
        <a style="background-image: url(<%=child.icon.url%>)" href="#"><%= child.name %></a>
        <% if child.children.length > 0 %>
          <%= render :partial => "taxon", :locals => {:taxon => child} %>
        <% end %>
      </li>
    <% end %>
  </ul>
<% end %>

Version data entries

35 entries across 35 versions & 7 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/taxonomies/_taxon.html.erb
apispree_core-0.0.0 app/views/admin/taxonomies/_taxon.html.erb
My-Commerce_core-1.1.0 app/views/admin/taxonomies/_taxon.html.erb
My-Commerce_core-1.0.0 app/views/admin/taxonomies/_taxon.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/taxonomies/_taxon.html.erb
MyCommerce-0.0.3 core/app/views/admin/taxonomies/_taxon.html.erb
rfcommerce_core-0.0.3 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.60.6 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.60.5 app/views/admin/taxonomies/_taxon.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.30.2 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.40.4 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.50.4 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.60.4 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.50.3 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.60.3 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.60.2 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.70.0.rc2 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.70.RC1 app/views/admin/taxonomies/_taxon.html.erb
spree_core-0.60.1 app/views/admin/taxonomies/_taxon.html.erb