Sha256: a8fbd2568bb78ac7d5da262ef5f714e5fa058036f3bdf653e0be9be6a0f0174c

Contents?: true

Size: 567 Bytes

Versions: 22

Compression:

Stored size: 567 Bytes

Contents

<% max_level = Spree::Config[:max_level_in_taxons_menu] || 1 %>

<nav id="taxonomies" class="sidebar-item" data-hook aria-label="taxonomies">
  <% @taxonomies.each do |taxonomy| %>
    <% cache [I18n.locale, taxonomy, max_level, @taxon] do %>
      <% if taxonomy.root.children.any? %>
        <div class="mt-4">
          <h4 class='taxonomy-root h5'>
            <%= Spree.t(:shop_by_taxonomy, taxonomy: taxonomy.name) %>
          </h4>
          <%= taxons_tree(taxonomy.root, @taxon, max_level) %>
        </div>
      <% end %>
    <% end %>
  <% end %>
</nav>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
spree_frontend-4.2.7 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.3.3 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.6 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.3.2 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.3.1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.3.0 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.3.0.rc3 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.3.0.rc2 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.3.0.rc1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.5 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.4 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.3.1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.3 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.2 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.0 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.0.rc5 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.0.rc4 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.0.rc3 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.2.0.rc2 app/views/spree/shared/_taxonomies.html.erb