Sha256: 0ad51dee49c7fc5fa23fe1d3c6f966b6700a1b5cdd2d02ba6d9247b97ac164bc
Contents?: true
Size: 543 Bytes
Versions: 56
Compression:
Stored size: 543 Bytes
Contents
<script type='text/template' id='product_template'> <li id="product_{{ product.id }}" data-product-id="{{product.id }}" class="columns three alpha small_product"> <div class="product-image"> {{#if product.image }} <img src='{{product.image}}' alt='{{ product.name }}' /> {{ else }} <img src='<%= image_path("noimage/small.png") %>' alt='{{product.name }}' /> {{/if}} </div> <a class="name">{{ product.name }}</a><br> <span class="price">{{ product.display_price }}</span> </li> </script>
Version data entries
56 entries across 56 versions & 2 rubygems