Sha256: b5b86edc988f7448cbf98a18eec191eb30b3367566c7cb2970fe2b745093c67c
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
{{#with cartItem }} <td class="name">{{ name }}</td> <td class="price r-money">¥{{ priceString }}x{{ quantity }}</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.hjs |