Sha256: 2b992641663e86685ccae6fc848728ce38338fa082cd7c1cad41d1e77f8887e5
Contents?: true
Size: 660 Bytes
Versions: 12
Compression:
Stored size: 660 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 %> <%= products_structured_data(@products) %>
Version data entries
12 entries across 12 versions & 1 rubygems