Sha256: f3fb1b1590fc8d241519743b3840710fb399a81520ddc3b30f16b97f22186d56

Contents?: true

Size: 357 Bytes

Versions: 47

Compression:

Stored size: 357 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.in_time_zone(Time.zone).strftime('%b %d, %Y')
          %td= order.payment_method

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
effective_orders-6.19.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.19.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.18.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.18.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.18.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.18.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.18.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.17.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.17.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.17.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.16.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.16.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.16.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.16.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.16.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.15.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.14.6 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.14.5 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.14.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.14.3 app/views/effective/orders/_order_payment.html.haml