Sha256: 596120ff1ac1a384f254dd84e327006dce452029abfe5af01a79bfde103be38f
Contents?: true
Size: 616 Bytes
Versions: 91
Compression:
Stored size: 616 Bytes
Contents
<h1 class="taxon-title"><%= @taxon.name %></h1> <% content_for :sidebar do %> <div data-hook="taxon_sidebar_navigation"> <%= render partial: 'spree/shared/taxonomies' %> <%= render partial: 'spree/shared/filters' if @taxon.leaf? %> </div> <% end %> <div data-hook="taxon_products"> <%= render partial: 'spree/shared/products', locals: { products: @products, taxon: @taxon } %> </div> <% unless params[:keywords].present? %> <div data-hook="taxon_children"> <% cache [I18n.locale, @taxon] do %> <%= render partial: 'taxon', collection: @taxon.children %> <% end %> </div> <% end %>
Version data entries
91 entries across 91 versions & 1 rubygems