Sha256: 3742cec071dc6332adea7cfc4fcd083fde0a7c767ff3db6541adcfeabd29662b

Contents?: true

Size: 451 Bytes

Versions: 6

Compression:

Stored size: 451 Bytes

Contents

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

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

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 app/views/taxons/show.html.erb
spree-0.9.4 app/views/taxons/show.html.erb
spree-0.9.3 app/views/taxons/show.html.erb
spree-0.9.2 app/views/taxons/show.html.erb
spree-0.9.1 app/views/taxons/show.html.erb
spree-0.9.0 app/views/taxons/show.html.erb