Sha256: e38e0f575109396c1be62231a4154869a87664c88b03a36a31d7d973b3c2f658

Contents?: true

Size: 345 Bytes

Versions: 10

Compression:

Stored size: 345 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
railscart-0.0.1 starter-app/vendor/plugins/railscart/app/views/store/_products.rhtml
railscart-0.0.2 starter_app/vendor/plugins/railscart/app/views/store/_products.rhtml
railscart-0.0.3 starter_app/vendor/plugins/railscart/app/views/store/_products.rhtml
railscart-0.0.4 starter_app/vendor/plugins/railscart/app/views/store/_products.rhtml
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/store/_products.rhtml
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/store/_products.rhtml
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/store/_products.rhtml
spree-0.0.9 app/views/store/_products.rhtml
spree-0.0.8 starter-app/vendor/plugins/spree/app/views/store/_products.rhtml
spree-0.2.0 app/views/store/_products.rhtml