Sha256: ff60a8cdb38acc146bbb02c14ad3b7a465ffc8bd4f0bb7c4e5f0d12e4a345142

Contents?: true

Size: 225 Bytes

Versions: 4

Compression:

Stored size: 225 Bytes

Contents

<% @taxonomies.each do |taxonomy| %>
	<h4>Shop by <%= taxonomy.name.singularize %></h4>
	<br/>
	<% taxonomy.root.children.each do |taxon| %>
	  <%= link_to taxon.name, taxon_url(taxon) %><br/>
	<% end %>
	<br/><br/>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree-0.4.1 app/views/shared/_taxonomies.html.erb
spree-0.4.0 app/views/shared/_taxonomies.html.erb
spree-0.5.0 app/views/shared/_taxonomies.html.erb
spree-0.5.1 app/views/shared/_taxonomies.html.erb