Sha256: 2257f51b6ea5b4b203b2981c63e8bc8a669662b7d0d5fada2bb56ef24c2819a6

Contents?: true

Size: 486 Bytes

Versions: 1

Compression:

Stored size: 486 Bytes

Contents

= render :partial => 'effective/orders/order', :locals => {:order => @order}
%hr
= render :partial => 'effective/orders/order_payment_details', :locals => {:order => @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 the buyer a copy of the original email receipt.  Send receipt now?', :class => 'btn btn-default'


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
effective_orders-1.4.2 app/views/admin/orders/show.html.haml