.row .col-sm-12 | Withdrawable Balance In Cents : "#{@user.withdrawable_balance.try(:amount_cents)}" .row .col-sm-12 | Non Withdrawable Balance In Cents : "#{@user.account_balance.try(:amount_cents)}" table#account_balance_histories.table.table-bordered.table-condensed.table-striped.listing-record data-ride='datatable' data-source=admin_account_balance_histories_path(format: :json) thead tr th data-column='id' data-column-type='integer' | Id th data-column='paid_by' data-column-type='string' | Paid By th data-column='amount' data-column-type='integer' | Transaction Amount In Cents th data-column='resource_type' data-column-type='string' | Paid For th data-column='account_id' data-column-type='integer' | Account Id th data-column='account_uri' | Account Uri th data-column='account_type' data-column-type='string' | Account Type th data-column='credit' data-column-type='boolean' | Transaction Type th data-column='created_at' data-default-sort='desc' data-column-type='datetime' | Created On tbody