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-5.1.16 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.15 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.14 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.13 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.12 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.11 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.10 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.9 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.8 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.7 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.6 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.5 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.0 app/views/effective/orders/_order_payment.html.haml