2014-12-09 14:39:27 +01:00
|
|
|
<div class="col-md-3">
|
2015-02-12 16:14:11 +01:00
|
|
|
<div class="thumbnail pic">
|
2015-03-19 16:22:55 +01:00
|
|
|
<div class="form_row_image">
|
|
|
|
<%= image_tag product.avatar %>
|
|
|
|
</div>
|
2014-12-09 14:39:27 +01:00
|
|
|
<div class="caption">
|
2015-07-08 17:38:51 +02:00
|
|
|
<%= kcal_tag product.calories %>
|
2015-02-12 16:14:11 +01:00
|
|
|
<h4><%= product.name %></h4>
|
|
|
|
<h3><%= euro(product.price) %></h3>
|
|
|
|
<h6>(In stock: <%= product.stock %>)</h6>
|
2015-03-19 17:38:59 +01:00
|
|
|
<%= render 'products/links', product: product %>
|
2014-12-09 14:39:27 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|