Sha256: aa40df1ce23c86b9313358543d358fbf478e7249082122e6b161fade39ca6c95

Contents?: true

Size: 398 Bytes

Versions: 16

Compression:

Stored size: 398 Bytes

Contents

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
solidus_frontend-2.4.2 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.2.2 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.4.1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.3.1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.4.0 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.4.0.rc1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.4.0.beta1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.3.0 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.3.0.rc3 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.3.0.rc2 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.3.0.rc1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.3.0.beta1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.2.1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.2.0 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.2.0.rc1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-2.2.0.beta1 app/views/spree/shared/_taxonomies.html.erb