mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Forget me own head next. [skip ci]
This commit is contained in:
@@ -70,8 +70,8 @@ class Journal extends Twig_Extension
|
|||||||
return App::make('amount')->formatJournal($journal);
|
return App::make('amount')->formatJournal($journal);
|
||||||
}
|
}
|
||||||
foreach ($journal->tags as $tag) {
|
foreach ($journal->tags as $tag) {
|
||||||
if ($tag->tagMode == 'balanceAct') {
|
if ($tag->tagMode == 'balancingAct') {
|
||||||
// return tag formatted for a "balance act".
|
// return tag formatted for a "balancing act".
|
||||||
$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
|
||||||
|
Reference in New Issue
Block a user