Sha256: 6555393fbafc9a07f866e040ef4f78b2b8189afd19591252b944016d03463da6

Contents?: true

Size: 401 Bytes

Versions: 89

Compression:

Stored size: 401 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

89 entries across 89 versions & 2 rubygems

Version Path
solidus_frontend-1.1.0.beta1 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.2 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.4.10 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.3.13 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.2.14 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.0 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.0.rc2 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.0.rc1 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.4.9 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.3.12 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.2.13 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.0.pre3 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.0.pre2 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.4.8 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.3.11 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.2.12 app/views/spree/shared/_taxonomies.html.erb
solidus_frontend-1.0.0.pre app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.4.7 app/views/spree/shared/_taxonomies.html.erb
spree_frontend-2.3.10 app/views/spree/shared/_taxonomies.html.erb