Sha256: 002cc962918d045ec2ebf7d799d4769be0228053a32deb99a3cc0958e35d5bda

Contents?: true

Size: 472 Bytes

Versions: 16

Compression:

Stored size: 472 Bytes

Contents

<h1><%= t('products') %></h1>
<ul>
  <% for product in @products %>  
  <% content_tag_for (:li, product, :class => 'preview') do %>
	<% if taxon.nil? %> 
  	<%= link_to image_tag ('products/' + product.filename, :size => '100x100'), product %>
  <% else %>
		<%= link_to image_tag ('products/' + product.filename, :size => '100x100'), seo_url(taxon, product) %>
	<% end %>
  <%= link_to product.name, product %>
  <b>$<%=product.price%></b>
  <% end %>
  <% end %>
</ul>

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 app/views/products/_products.html.erb
spree-enriquez-0.9.4 app/views/products/_products.html.erb
spree-0.9.4 app/views/products/_products.html.erb
spree-0.9.3 app/views/products/_products.html.erb
spree-0.9.2 app/views/products/_products.html.erb
spree-0.9.1 app/views/products/_products.html.erb
spree-0.9.0 app/views/products/_products.html.erb
spree-0.8.4 app/views/products/_products.html.erb
spree-0.8.5 app/views/products/_products.html.erb
spree-0.6.0 app/views/products/_products.html.erb
spree-0.7.1 app/views/products/_products.html.erb
spree-0.7.0 app/views/products/_products.html.erb
spree-0.8.0 app/views/products/_products.html.erb
spree-0.8.1 app/views/products/_products.html.erb
spree-0.8.2 app/views/products/_products.html.erb
spree-0.8.3 app/views/products/_products.html.erb