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