26 lines
649 B
Plaintext
26 lines
649 B
Plaintext
.screen.secondary layout="screen" layout-id="account/paymentHistory" class="screen secondary" id="account-payment-history"
|
|
|
|
.content
|
|
.content-head
|
|
.content-icon=image_tag("content/icon_account.png", height:20, width:27 )
|
|
h1 my account
|
|
=render "screen_navigation"
|
|
.content-body
|
|
= react_component 'AccountPaymentHistoryScreen', {}
|
|
|
|
|
|
|
|
|
|
script#template-payment-history-row type="text/template"
|
|
tr
|
|
td
|
|
| {{data.date}}
|
|
td.capitalize
|
|
| {{data.payment_method}}
|
|
td
|
|
| {{data.description}}
|
|
td.capitalize
|
|
| {{data.status}}
|
|
td.amount class="{{data.status}}"
|
|
| {{data.amount}}
|