.row
.col-sm-12
| Withdrawable Balance : $#{Money.new(@user.withdrawable_balance.try(:amount_cents),Money.default_currency)}
.row
.col-sm-12
| Non Withdrawable Balance : $#{Money.new(@user.account_balance.try(:amount_cents),Money.default_currency)}
.btn-group.pull-right.ptb20.pr15
= link_to 'Account History', user_transactions_admin_user_path, class: 'btn btn-default'
= link_to 'Stripe Charges', user_charges_admin_user_path, class: 'btn btn-default'
= link_to 'Stripe Transfers', user_transfers_admin_user_path, class: 'btn btn-default active'
table#stripe_transfer.table.table-bordered.table-condensed.table-striped.listing-record data-ride='datatable' data-source=admin_transfers_path(format: :json)
thead
tr
th colspan=3
| Stripe Account Transfer
th colspan=3
| Stripe Bank Transfer
th.sorting_disabled rowspan=2
| Amount($)
tr
th.sorting_disabled data-column='st_id' data-column-type='string'
| Stripe Id
th data-column='st_created' data-column-type='datetime'
| Created On
th.sorting_disabled data-column='st_status' data-column-type='string'
| Status
th.sorting_disabled data-column='bt_id' data-column-type='string'
| Stripe Id
th data-column='bt_created' data-column-type='datetime'
| Created On
th.sorting_disabled data-column='bt_status' data-column-type='string'
| Status
th.sorting_disabled.hide data-column='amount' data-column-type='integer'
tbody