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.9.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.9.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.8.2 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.8.1 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.8.0 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.7.3 app/views/effective/orders/_order_payment.html.haml
effective_orders-6.7.2 app/views/effective/orders/_order_payment.html.haml