Sha256: 1a08594713bf79fad37d7cd7edaadd5ba5953bed8464317fc18a444b5f9f263c
Contents?: true
Size: 599 Bytes
Versions: 13
Compression:
Stored size: 599 Bytes
Contents
<h1><%= accurate_title %></h1> <% content_for :sidebar do %> <%= hook :taxon_sidebar_navigation do %> <%= render :partial => "shared/taxonomies" %> <%= render(:partial => "shared/filters") if @taxon.children.empty? %> <% end %> <% end %> <% 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 %>
Version data entries
13 entries across 13 versions & 6 rubygems