Sha256: f2fac31b4c9167a5508f9a3ee2cb72e072d4b05fbfcae8476c23bb3121497db5
Contents?: true
Size: 596 Bytes
Versions: 10
Compression:
Stored size: 596 Bytes
Contents
<h1 class="taxon-title"><%= accurate_title %></h1> <% 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
10 entries across 10 versions & 2 rubygems