Sha256: 63a89c2d39ed8fac44d533702961c045c0ca7b5ba5df763defb32c650d59171f

Contents?: true

Size: 463 Bytes

Versions: 7

Compression:

Stored size: 463 Bytes

Contents

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

<% if @taxon.children.empty? %>
  <%= render :partial => "shared/products.html.erb", :locals => {:products => @products, :taxon => @taxon } %>
  <%= page_links(:prev => "&#171; #{t('previous')}", :next => "#{t('next')} &#187;") if @search.page_count > 1 %>
<% else %>
  <%= render :partial => "taxon", :collection => @taxon.children %>
<% end %>

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
kdmny-spree-0.0.1 app/views/taxons/show.html.erb
spree-0.8.4 app/views/taxons/show.html.erb
spree-0.8.5 app/views/taxons/show.html.erb
spree-0.8.0 app/views/taxons/show.html.erb
spree-0.8.1 app/views/taxons/show.html.erb
spree-0.8.2 app/views/taxons/show.html.erb
spree-0.8.3 app/views/taxons/show.html.erb