mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
New icon.
This commit is contained in:
@@ -106,9 +106,16 @@
|
|||||||
@if($t->account->accounttype->type == 'Asset account')
|
@if($t->account->accounttype->type == 'Asset account')
|
||||||
<i class="fa fa-money fa-fw"></i>
|
<i class="fa fa-money fa-fw"></i>
|
||||||
@endif
|
@endif
|
||||||
|
@if($t->account->accounttype->type == 'Default account')
|
||||||
|
<i class="fa fa-money fa-fw"></i>
|
||||||
|
@endif
|
||||||
@if($t->account->accounttype->type == 'Expense account')
|
@if($t->account->accounttype->type == 'Expense account')
|
||||||
<i class="fa fa-shopping-cart fa-fw"></i>
|
<i class="fa fa-shopping-cart fa-fw"></i>
|
||||||
@endif
|
@endif
|
||||||
|
@if($t->account->accounttype->type == 'Beneficiary account')
|
||||||
|
<i class="fa fa-shopping-cart fa-fw"></i>
|
||||||
|
@endif
|
||||||
|
|
||||||
@if($t->account->accounttype->type == 'Revenue account')
|
@if($t->account->accounttype->type == 'Revenue account')
|
||||||
<i class="fa fa-download fa-fw"></i>
|
<i class="fa fa-download fa-fw"></i>
|
||||||
@endif
|
@endif
|
||||||
|
Reference in New Issue
Block a user