Sha256: 1b6c5131cf0ec8e1bc17feec17e389c364bfdcf1901f295ba1614c8c2bbd4e6c

Contents?: true

Size: 412 Bytes

Versions: 6

Compression:

Stored size: 412 Bytes

Contents

<div id="taxonomies" class="sidebar-item">
<% @taxonomies.each do |taxonomy| %>
	<h3><%= t("shop_by_taxonomy", :taxonomy => taxonomy.name.singularize) %></h3>
	<ul class="navigation-list">
	<% taxonomy.root.children.each do |taxon| %>
	  
	  <li<%= ' class="current"' if @taxon and ([@taxon] + @taxon.ancestors).include?(taxon) %>><%= link_to taxon.name, seo_url(taxon) %></li>
	<% end %>
	</ul>
<% end %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree-0.8.4 app/views/shared/_taxonomies.html.erb
spree-0.8.5 app/views/shared/_taxonomies.html.erb
spree-0.8.0 app/views/shared/_taxonomies.html.erb
spree-0.8.1 app/views/shared/_taxonomies.html.erb
spree-0.8.2 app/views/shared/_taxonomies.html.erb
spree-0.8.3 app/views/shared/_taxonomies.html.erb