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 => "« #{t('previous')}", :next => "#{t('next')} »" %> <% 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