Sha256: e4e99ba00681216c3398f685eebc40929035b87eec439978fd0f1e845f1a71a8
Contents?: true
Size: 597 Bytes
Versions: 3
Compression:
Stored size: 597 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[:keywords].present? %> <div data-hook="taxon_children"> <%= render :partial => 'taxon', :collection => @taxon.children %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_core-1.2.5 | app/views/spree/taxons/show.html.erb |
spree_core-1.2.4 | app/views/spree/taxons/show.html.erb |
spree_core-1.2.3 | app/views/spree/taxons/show.html.erb |