Sha256: d4af4e7a0cb867fb116b9357e00c0dbc99e8517667c4cc9cba5d17680b4df3fa

Contents?: true

Size: 304 Bytes

Versions: 28

Compression:

Stored size: 304 Bytes

Contents

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
spree_frontend-2.1.12 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.11 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.10 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.13 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.9 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.8 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.12 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.7 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.11 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.10 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.6 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.5 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.9 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.4 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.8 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.3 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.7 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.2 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.0.6 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.1.1 app/views/spree/shared/_taxonomies.html.erb