Sha256: 81252ee23219a262f748ab26216d89b523c50a2afada40723686a791940c304f

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

.table_mobile
  .row
    div = t 'account.order.table_title.payments.date'
    div
      - if payment.parsed_created_at.present?
        = raw l(payment.parsed_created_at, format: "#{TranslationCms.default_date_format}<br/> #{TranslationCms.default_time_format}")
      - else
        | N/A
  .row
    div = t 'account.order.table_title.payments.transaction'
    div = t 'account.order.text.number', number: payment.number
  .row
    div = t 'account.order.table_title.payments.status'
    div class=['table_status', payment.transaction_type.css_class]
      = payment.transaction_type.title
  .row
    div
      = t 'account.order.table_title.payments.price'
      = render partial: 'account/orders/index_parts/price_with_vat_tips'
    div
      strong
        = satellite_price payment.amount
  .row
    div = t 'account.order.table_title.payments.description'
    div = raw payment.parsed_title

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/account/orders/index_parts/_payment_record_mobile.html.slim