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