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.3.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.17 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.16 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.15 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.14 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.13 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.12 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.11 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.10 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.9 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.8 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.7 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.6 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.5 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.2.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-5.1.17 app/views/effective/orders/_order_payment.html.haml