Sha256: f35221431db246d740ee2d2459111b6c7f2fe462a79a198f3a7a91221a0122e9
Contents?: true
Size: 645 Bytes
Versions: 1
Compression:
Stored size: 645 Bytes
Contents
{{#with cartItem}} <td class="name">{{ name }}</td> <td class="price">¥{{ priceString }}</td> <td class="quantity"> {{#if hasParent }} <span class="quantity-only">{{ quantity }}</span> {{else}} <span class="decrease"><a href="#" {{ action "decrease" }}>-</a></span> <span class="quantity"> {{ quantity }} </span> <span class="increase"><a href="#" {{ action "increase" }}>+</a></span> {{/if}} </td> <td class="subtotal r-money">¥{{ subtotalString }}</td> <td class="delete"> {{#unless hasParent }} <a href="#" {{ action "deleteRecord" }}>删除</a> {{/unless}} </td> {{/with}}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rightnow_oms-0.1.2 | app/assets/javascripts/rightnow_oms/app/templates/cart_items/show_in_detail.hjs |