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.14.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.14.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.14.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.13.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.13.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.13.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.13.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.12.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.12.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.12.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.12.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.12.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.10 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.9 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.8 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.7 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.6 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.5 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.4 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.2 app/views/effective/orders/_order_payment.html.haml