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

Version Path
spree_frontend-4.0.9 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.8 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.7.1 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.7 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.6 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.5 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.4 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.3 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.2 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.1 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.0 app/views/spree/taxons/show.html.erb
spree_frontend-4.0.0.rc3 app/views/spree/taxons/show.html.erb