Sha256: 888426fe1816f1c625c6aaea5f948fee047016ecb5d76143938d5a1251f93f48

Contents?: true

Size: 492 Bytes

Versions: 24

Compression:

Stored size: 492 Bytes

Contents

%p Thank you very much for your order!  Your receipt details follow:

%h2 Transaction Details

%table{:border => 0, :width => "100%"}
  %tr{:style => "font-weight: bold;"}
    %td Items
    %td Item Price
    %td Quantity
    %td Total  
  - @order.line_items.each do |line_item|
    %tr
      %td= line_item.product.title    
      %td= number_to_currency(line_item.price)
      %td= line_item.quantity
      %td= number_to_currency(line_item.total_price)

= render "forge/orders/addresses"

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.9 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.8 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.7 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.6 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.5 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.4 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.3 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.2 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.1 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.1.0 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.18 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.17 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.16 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.15 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.14 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.13 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.12 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.11 lib/forge/app/views/receipt_mailer/receipt.html.haml
forge-cli-0.0.10 lib/forge/app/views/receipt_mailer/receipt.html.haml