Sha256: 6af5a6411b048b6cc2f2556e8a111bf8506d03388a2f01dc30bc50a6cc50c1f5
Contents?: true
Size: 517 Bytes
Versions: 9
Compression:
Stored size: 517 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
9 entries across 9 versions & 1 rubygems