Sha256: 721d9f5155edc19349ffeb7a05d1b3de29e6c25eb4b458508fd1fef55f5f54ec

Contents?: true

Size: 333 Bytes

Versions: 97

Compression:

Stored size: 333 Bytes

Contents

- if order.purchased?
  .effective-order-payment
    %table.table
      %thead
        %tr
          %th Amount Paid
          %th Date Paid
          %th Payment Method
      %tbody
        %tr
          %td= price_to_currency(order.total)
          %td= order.purchased_at.strftime('%b %d, %Y')
          %td= order.payment_method

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
effective_orders-6.7.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.7.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.6.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.6.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.6.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.6.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.9 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.8 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.7 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.6 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.5 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.5.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.4.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.4.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.4.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.4.1 app/views/effective/orders/_order_payment.html.haml