Sha256: 31d584d2c50edfa420e60e4c23c9b79a9c0f70067544afbd1a9cdb7ed1749f7c

Contents?: true

Size: 543 Bytes

Versions: 5

Compression:

Stored size: 543 Bytes

Contents

- if order.purchased?
  .effective-order-payment-details
    %h3 Payment Details
    %table.table
      %tbody
        %tr
          %td Provider
          %td= order.payment_provider
        %tr
          %td Card
          %td= order.payment_card || 'none'
        %tr
          %td Purchased at
          %td= order.purchased_at.strftime('%Y-%m-%d %H:%M')
        - if order.payment.present?
          %tr
            %td Additional details
            %td= tableize_order_payment(order.payment[:details] || order.payment, class: 'table')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_orders-2.1.4 app/views/admin/orders/_order_payment_details.html.haml
effective_orders-2.1.3 app/views/admin/orders/_order_payment_details.html.haml
effective_orders-2.1.2 app/views/admin/orders/_order_payment_details.html.haml
effective_orders-2.1.1 app/views/admin/orders/_order_payment_details.html.haml
effective_orders-2.1.0 app/views/admin/orders/_order_payment_details.html.haml