Sha256: 94444e649fa2e60c9781158e27f9c611fa45e624cb80dd840f1ab22ff68aa88c
Contents?: true
Size: 344 Bytes
Versions: 24
Compression:
Stored size: 344 Bytes
Contents
%table{:border => 0, :width => "100%"} %tr %th Items %th Item Price %th Quantity %th Total - cart.products.each do |p| %tr %td = p.title %td = number_to_currency(p.price) %td = p.quantity %td = number_to_currency(p.price * p.quantity)
Version data entries
24 entries across 24 versions & 1 rubygems