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