Sha256: 4286b324e71d86246ffb4761788bcbbf3ce6e335035bb02e84847da88ff75b9b

Contents?: true

Size: 550 Bytes

Versions: 35

Compression:

Stored size: 550 Bytes

Contents

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

<nav id="taxonomies" class="sidebar-item" data-hook arial->
  <% @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

35 entries across 35 versions & 1 rubygems

Version Path
spree_frontend-4.0.9 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.15 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.14 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.0.8 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.13.1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.0.7.1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.0.7 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.13 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.0.6 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.0.5 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.12 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.0.4 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.11 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.10 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.9 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.8 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.7 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.6 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.5 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-4.1.4 app/views/spree/shared/_taxonomies.html.erb