mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Show correct icon. [skip ci]
This commit is contained in:
@@ -95,7 +95,7 @@ class Journal extends Twig_Extension
|
|||||||
if ($tag->tagMode == 'advancePayment' && $journal->transactionType->type == 'Deposit') {
|
if ($tag->tagMode == 'advancePayment' && $journal->transactionType->type == 'Deposit') {
|
||||||
$amount = App::make('amount')->formatJournal($journal, false);
|
$amount = App::make('amount')->formatJournal($journal, false);
|
||||||
return '<a href="' . route('tags.show', $tag->id) . '" class="label label-success" title="' . $amount
|
return '<a href="' . route('tags.show', $tag->id) . '" class="label label-success" title="' . $amount
|
||||||
. '"><i class="fa fa-fw fa-refresh"></i> ' . $tag->tag . '</a>';
|
. '"><i class="fa fa-fw fa-sort-numeric-desc"></i> ' . $tag->tag . '</a>';
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* AdvancePayment with a withdrawal will show the amount with a link to
|
* AdvancePayment with a withdrawal will show the amount with a link to
|
||||||
|
Reference in New Issue
Block a user