Sha256: 72923a60ee4708f5a0f2bf4333dc26f232d228dd53e15af477f4ea13aabf185b

Contents?: true

Size: 420 Bytes

Versions: 4

Compression:

Stored size: 420 Bytes

Contents

<div id="product-listing">
  <%= breadcrumbs(@taxon) %>
  <br/>
  <%= render :partial => "shared/products.html.erb", :locals => {:products => @products } %>
</div>
<% content_for :sidebar do %>
  <td id="shop-by-col" valign="top">
  	<%= render :partial => "shared/taxonomies" %>
  </td>
<% end %>
<%= render :partial => 'shared/paginate', :locals => {:collection => @products, :options => {}} unless @products.empty? %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree-0.4.0 app/views/products/index.html.erb
spree-0.4.1 app/views/products/index.html.erb
spree-0.5.0 app/views/products/index.html.erb
spree-0.5.1 app/views/products/index.html.erb