Sha256: c6b073eb2051d59388b520f6c340b7f51c6e1772e175c11cf83325f31f635396

Contents?: true

Size: 320 Bytes

Versions: 4

Compression:

Stored size: 320 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

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