Sha256: 2360c7c3668eccd259c712f33623604ac99d43dd931015566911aeca535f1630

Contents?: true

Size: 515 Bytes

Versions: 18

Compression:

Stored size: 515 Bytes

Contents

- if @order.purchased?
  %h2 Receipt
- else
  %h2 Order
%hr

%a.btn.btn-default.pull-right{'data-role' => 'print-button', :class => 'print-button', :onClick => "window.print(); false;"} Print

= render @order

%hr
= link_to 'Back', :back, :class => 'btn btn-primary'
- if @order.purchased?
  = '-'
  = link_to 'Resend Receipt', effective_orders.resend_buyer_receipt_path(@order), 'data-confirm' => 'This action will email you a copy of the original email receipt.  Send receipt now?', :class => 'btn btn-default'


Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
effective_orders-1.2.13 app/views/effective/orders/show.html.haml
effective_orders-1.2.12 app/views/effective/orders/show.html.haml
effective_orders-1.2.11 app/views/effective/orders/show.html.haml
effective_orders-1.2.10 app/views/effective/orders/show.html.haml
effective_orders-1.2.9 app/views/effective/orders/show.html.haml
effective_orders-1.2.8 app/views/effective/orders/show.html.haml
effective_orders-1.2.7 app/views/effective/orders/show.html.haml
effective_orders-1.2.6 app/views/effective/orders/show.html.haml
effective_orders-1.2.5 app/views/effective/orders/show.html.haml
effective_orders-1.2.4 app/views/effective/orders/show.html.haml
effective_orders-1.2.3 app/views/effective/orders/show.html.haml
effective_orders-1.2.2 app/views/effective/orders/show.html.haml
effective_orders-1.2.1 app/views/effective/orders/show.html.haml
effective_orders-1.2.0 app/views/effective/orders/show.html.haml
effective_orders-1.1.2 app/views/effective/orders/show.html.haml
effective_orders-1.1.1 app/views/effective/orders/show.html.haml
effective_orders-1.1.0 app/views/effective/orders/show.html.haml
effective_orders-1.0.0 app/views/effective/orders/show.html.haml