Sha256: 1a08594713bf79fad37d7cd7edaadd5ba5953bed8464317fc18a444b5f9f263c

Contents?: true

Size: 599 Bytes

Versions: 13

Compression:

Stored size: 599 Bytes

Contents

<h1><%= accurate_title %></h1>

<% content_for :sidebar do %>
  <%= hook :taxon_sidebar_navigation do %>
    <%= render :partial => "shared/taxonomies" %>
    <%= render(:partial => "shared/filters") if @taxon.children.empty? %>
  <% end %>
<% end %>

<% if @taxon.children.empty? || !params[:keywords].blank? %>
  <%= hook :taxon_products do %>
    <%= render :partial => "shared/products", :locals => {:products => @products, :taxon => @taxon } %>
  <% end %>
<% else %>
  <%= hook :taxon_children do %>
    <%= render :partial => "taxon", :collection => @taxon.children %>
  <% end %>
<% end %>

Version data entries

13 entries across 13 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/taxons/show.html.erb
My-Commerce_core-1.1.0 app/views/taxons/show.html.erb
My-Commerce_core-1.0.0 app/views/taxons/show.html.erb
MyCommerceapi-1.0.0 core/app/views/taxons/show.html.erb
MyCommerce-0.0.3 core/app/views/taxons/show.html.erb
rfcommerce_core-0.0.3 app/views/taxons/show.html.erb
spree_core-0.60.6 app/views/taxons/show.html.erb
spree_core-0.60.5 app/views/taxons/show.html.erb
spree_core-0.60.4 app/views/taxons/show.html.erb
spree_core-0.60.3 app/views/taxons/show.html.erb
spree_core-0.60.2 app/views/taxons/show.html.erb
spree_core-0.60.1 app/views/taxons/show.html.erb
spree_core-0.60.0 app/views/taxons/show.html.erb