mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
<div class="col-sm-4 text-center">
|
|
<h4 translate ng-if="view !== 'member_edit'">{{'your_wallet_amount'}}</h4>
|
|
<h4 translate ng-if="view === 'member_edit'">{{'wallet_amount'}}</h4>
|
|
<div class="wallet-amount-container">
|
|
<div class="wallet-amount">{{wallet.amount | currency}}</div>
|
|
</div>
|
|
</div>
|