Sha256: 89f8fe6d5ef90ecc0d49c6e21b239e4801f4626494e82b1c4d47485d9ab561d9

Contents?: true

Size: 520 Bytes

Versions: 4

Compression:

Stored size: 520 Bytes

Contents

<h1><%= @taxon.name %></h1>

<% 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 %>

<% content_for :sidebar do %>
  <%= hook :taxon_sidebar_navigation do %>
  	<%= render :partial => "shared/taxonomies" %>
  <% end %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_core-0.30.2 app/views/taxons/show.html.erb
spree_core-0.30.1 app/views/taxons/show.html.erb
spree_core-0.30.0 app/views/taxons/show.html.erb
spree_core-0.30.0.beta1 app/views/taxons/show.html.erb