brotherton-erpnext/erpnext/templates/includes/product_in_grid.html
2015-06-01 17:23:42 +05:30

9 lines
343 B
HTML

{% from "erpnext/templates/includes/macros.html" import product_image_square %}
<a class="product-link" href="{{ (route or page_name)|abs_url }}">
<div class="col-sm-2 col-xs-4 product-image-wrapper">
{{ product_image_square(website_image) }}
<div class="text-ellipsis inline-block small product-text">{{ item_name }}</div>
</div>
</a>