Sha256: d96af7c5beb224c888ac544907d1890107710687504fea26b3873d6e54c04ce3

Contents?: true

Size: 310 Bytes

Versions: 22

Compression:

Stored size: 310 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
spree_core-1.1.6 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.5 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.7 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.4 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.2.0 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.2.0.rc2 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.2.0.rc1 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.3 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.6 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.2 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.2.rc1 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.1 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.0 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.4 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.0.rc2 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.1.0.rc1 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.3 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.2 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.1 app/views/spree/shared/_taxonomies.html.erb
spree_core-1.0.0 app/views/spree/shared/_taxonomies.html.erb