Sha256: 4c8d1d6eec21c5e772a2d4bac2e1c1d8dd68b6662ab6214db221dd5f677a7257

Contents?: true

Size: 515 Bytes

Versions: 34

Compression:

Stored size: 515 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', effective_orders.admin_orders_path, :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

34 entries across 34 versions & 1 rubygems

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