Sha256: fc08803a9ee37209436e58374b50057de01954979ab22b0aab3c69a2ae118cf7

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

<h3 class="taxon-title"><%= accurate_title %></h3>

<% content_for :sidebar do %>
  <div data-hook="taxon_sidebar_navigation">
    <%= render :partial => 'spree/shared/taxonomies' %>
    <%= render :partial => 'spree/shared/filters' if @taxon.children.empty? %>
  </div>
<% end %>

<div data-hook="taxon_products">
  <%= render :partial => 'spree/shared/products', :locals => { :products => @products, :taxon => @taxon } %>
</div>

<% unless params[:keyword].present? %>
  <div data-hook="taxon_children">
    <%= render :partial => 'taxon', :collection => @taxon.children %>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_core-1.1.6 app/views/spree/taxons/show.html.erb
spree_core-1.1.5 app/views/spree/taxons/show.html.erb
spree_core-1.1.4 app/views/spree/taxons/show.html.erb
spree_core-1.1.3 app/views/spree/taxons/show.html.erb