Sha256: f6171c8de8a18cbcddfe80126f7aec3d0e63bdf145e92e5852db26c0c5eb773a

Contents?: true

Size: 177 Bytes

Versions: 2

Compression:

Stored size: 177 Bytes

Contents

- if cart_item == @current_item
  %tr#current_item
- else
  %tr
%td
  = cart_item.quantity
  \×
%td= h(cart_item.name)
%td.item-price= number_to_currency(cart_item.price)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
refinerycms-stores-0.1.0 app/views/refinery/shared/_cart_item.html.haml
refinerycms-stores-0.0.16 app/views/refinery/stores/stores/_cart_item.html.haml