Sha256: b78ec2cd3197a2243a5f105fd8c36053f238bc64bdd0233addb2257b9574c496

Contents?: true

Size: 634 Bytes

Versions: 15

Compression:

Stored size: 634 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 %>

<% if @taxon.children.empty? || !params[:keywords].blank? %>
  <div data-hook="taxon_products">
    <%= render :partial => 'spree/shared/products', :locals => { :products => @products, :taxon => @taxon } %>
  </div>
<% else %>
  <div data-hook="taxon_children">
    <%= render :partial => 'taxon', :collection => @taxon.children %>
  </div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
spree_core-1.0.7 app/views/spree/taxons/show.html.erb
spree_core-1.0.6 app/views/spree/taxons/show.html.erb
spree_core-1.1.2 app/views/spree/taxons/show.html.erb
spree_core-1.1.2.rc1 app/views/spree/taxons/show.html.erb
spree_core-1.1.1 app/views/spree/taxons/show.html.erb
spree_core-1.1.0 app/views/spree/taxons/show.html.erb
spree_core-1.0.4 app/views/spree/taxons/show.html.erb
spree_core-1.1.0.rc2 app/views/spree/taxons/show.html.erb
spree_core-1.1.0.rc1 app/views/spree/taxons/show.html.erb
spree_core-1.0.3 app/views/spree/taxons/show.html.erb
spree_core-1.0.2 app/views/spree/taxons/show.html.erb
spree_core-1.0.1 app/views/spree/taxons/show.html.erb
spree_core-1.0.0 app/views/spree/taxons/show.html.erb
spree_core-1.0.0.rc4 app/views/spree/taxons/show.html.erb
spree_core-1.0.0.rc3 app/views/spree/taxons/show.html.erb