Sha256: f462ff1eed2b7cd3a6a23f1b969fb5191cf931d00f6fc6b361107a63d27bd037
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
<h1 class="taxon-title"><%= @taxon.name %></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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_core-1.3.5 | app/views/spree/taxons/show.html.erb |
spree_core-1.3.4 | app/views/spree/taxons/show.html.erb |
spree_core-1.3.3 | app/views/spree/taxons/show.html.erb |