mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Format amount [skip ci]
This commit is contained in:
parent
7531134ad2
commit
c8183aea51
@ -169,7 +169,7 @@
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-money fa-fw"></i>
|
||||
<a href="{{route('accounts.show',data[1].id)}}">{{data[1].name}}</a> ({{ data[1]|balance }})
|
||||
<a href="{{route('accounts.show',data[1].id)}}">{{data[1].name}}</a> ({{ (data[1]|balance)|formatAmount }})
|
||||
|
||||
|
||||
<!-- ACTIONS MENU -->
|
||||
|
Loading…
Reference in New Issue
Block a user