order line

This commit is contained in:
Nicolas Bally 2015-01-29 23:32:40 +01:00
parent a02cad54bd
commit 9995fc623b

View File

@ -1,4 +1,4 @@
%tr#order_row.order_row{:id => order.id, :class => ("cancel" if !order.paid)} %tr#order_row.order_row{:id => order.id, :class => ("cancel" if !order.paid and order.paypal_payment_status != "Refunded")}
%td=l order.created_at %td=l order.created_at
%td=order.email %td=order.email
%td=order.name %td=order.name