Sha256: b92f15c1f2bf1c40b5eddfea5f86ba3a2c700979d92b2bc4de13492004ff8507
Contents?: true
Size: 714 Bytes
Versions: 1
Compression:
Stored size: 714 Bytes
Contents
%div{class: "general-text-#{order.position}"} %p.in-gold-500.font-18 Order Summary %table.general-summary-table{class: "general-summary-table-#{order.position} general-text-#{order.position}"} - if order.subtotal %tr %td %p.font-16 Subtotal: %td %p.font-16= order.subtotal - if order.coupon %tr %td %p.font-16 Coupon: %td %p.font-16= order.coupon - if order.delivery %tr %td %p.font-16 Delivery: %td %p.font-16= order.delivery - if order.order_total %tr %td %strong.font-18 Order Total: %td %strong.font-18= order.order_total
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoppper-0.1.0 | app/views/shopper/orders/_summary.html.haml |