Sha256: c395e191928cb3e8c37a85eece0194a61361995d2fa807a00b3bf232def36f9c

Contents?: true

Size: 656 Bytes

Versions: 12

Compression:

Stored size: 656 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[:keywords].present? %>
    <div data-hook="taxon_children">
    <% cache [I18n.locale, @taxon] do %>
      <%= render :partial => 'taxon', :collection => @taxon.children %>
    <% end %>
    </div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spree_frontend-2.2.14 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.13 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.12 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.11 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.10 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.9 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.8 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.7 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.6 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.5 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.4 app/views/spree/taxons/show.html.erb
spree_frontend-2.2.3 app/views/spree/taxons/show.html.erb