Sha256: a86ab94ece608016c102c3d25ba3016f11a70dc4083c8da0d21a6ab0063d313d

Contents?: true

Size: 599 Bytes

Versions: 1

Compression:

Stored size: 599 Bytes

Contents

<!--
 ! Excerpted from "Agile Web Development with Rails, 2nd Ed."
 ! We make no guarantees that this code is fit for any purpose.
 ! Visit http://www.pragmaticprogrammer.com/titles/rails2 for more book information.
-->
<< :cart_item {
    :current => ($_ == @current_item),
    :price => number_to_currency($_.price),
   } <
  <<tr id="current_item" :
       | Attr[:id=>:current]
    <------------------------------------------------
    |class||                |          | item-price |
    |     ||<<:quantity>> X |<<:title>>| <<:price>> |
    -------------------------------------------------

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/depot/app/views/store/_cart_item.html.a2