Sha256: 30b97fe299e66867f5944b0f7f005122a5fa3e6f5d6f8365f8db64aece592407

Contents?: true

Size: 552 Bytes

Versions: 15

Compression:

Stored size: 552 Bytes

Contents

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

%p.pull-right
  %a.btn.btn-default{'data-role' => 'print-button', :class => 'print-button', :onClick => "window.print(); false;"} Print
  - 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?', 'disable_with' => 'Resending...'}, :class => 'btn btn-default'

= render @order

= link_to 'Back', :back, :class => 'btn btn-primary'


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
effective_orders-1.4.2 app/views/effective/orders/show.html.haml
effective_orders-1.4.1 app/views/effective/orders/show.html.haml
effective_orders-1.4.0 app/views/effective/orders/show.html.haml
effective_orders-1.3.13 app/views/effective/orders/show.html.haml
effective_orders-1.3.12 app/views/effective/orders/show.html.haml
effective_orders-1.3.11 app/views/effective/orders/show.html.haml
effective_orders-1.3.10 app/views/effective/orders/show.html.haml
effective_orders-1.3.9 app/views/effective/orders/show.html.haml
effective_orders-1.3.8 app/views/effective/orders/show.html.haml
effective_orders-1.3.7 app/views/effective/orders/show.html.haml
effective_orders-1.3.6 app/views/effective/orders/show.html.haml
effective_orders-1.3.5 app/views/effective/orders/show.html.haml
effective_orders-1.3.4 app/views/effective/orders/show.html.haml
effective_orders-1.3.3 app/views/effective/orders/show.html.haml
effective_orders-1.3.2 app/views/effective/orders/show.html.haml