Sha256: 9644b38b7bc66b0c205e0a941beb61a734eff249fe31135aace2dea5d08eedf8

Contents?: true

Size: 595 Bytes

Versions: 8

Compression:

Stored size: 595 Bytes

Contents

<h1><%= accurate_title %></h1>

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

<% if @taxon.children.empty? || !params[:keywords].blank? %>
  <div data-hook="taxon_products">
    <%= render :partial => '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

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/taxons/show.html.erb
spree_core-0.70.6 app/views/taxons/show.html.erb
spree_core-0.70.5 app/views/taxons/show.html.erb
spree_core-0.70.4 app/views/taxons/show.html.erb
spree_core-0.70.3 app/views/taxons/show.html.erb
spree_core-0.70.2 app/views/taxons/show.html.erb
spree_core-0.70.1 app/views/taxons/show.html.erb
spree_core-0.70.0 app/views/taxons/show.html.erb