tap/app/views/products/_product.html.haml

12 lines
271 B
Plaintext
Raw Normal View History

2015-09-17 12:05:33 +00:00
.col-md-3
.thumbnail.pic
2015-09-22 18:06:50 +00:00
.center
2015-09-17 12:05:33 +00:00
= image_tag product.avatar
.caption
= kcal_tag product.calories
%h4= product.name
%h3= euro(product.price)
%h6
(In stock: #{product.stock})
= render 'products/links', product: product