Sha256: 981bce1de41abe29a121f7b8ba14a5807cc300081e9217f4953ff2534300dc61

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

Stored size: 310 Bytes

Contents

<div id="taxonomies" class="sidebar-item" data-hook>
  <% get_taxonomies.each do |taxonomy| %>
    <h3 class='taxonomy-root'><%= t(:shop_by_taxonomy, :taxonomy => taxonomy.name.singularize) %></h3>
    <%= taxons_tree(taxonomy.root, @taxon, Spree::Config[:max_level_in_taxons_menu] || 1) %>
  <% end %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/shared/_taxonomies.html.erb
spree_core-0.70.6 app/views/shared/_taxonomies.html.erb
spree_core-0.70.5 app/views/shared/_taxonomies.html.erb
spree_core-0.70.4 app/views/shared/_taxonomies.html.erb
spree_core-1.0.0.rc2 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.0.rc1 app/views/spree/shared/_taxonomies.html.erb
spree_core-0.70.3 app/views/shared/_taxonomies.html.erb
spree_core-0.70.2 app/views/shared/_taxonomies.html.erb
spree_core-0.70.1 app/views/shared/_taxonomies.html.erb
spree_core-0.70.0 app/views/shared/_taxonomies.html.erb