mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix amount [skip ci]
This commit is contained in:
parent
6aca410f37
commit
532aa2acd0
@ -52,7 +52,7 @@ class Amount
|
|||||||
return '<span class="text-success" title="' . e($float) . '">' . $result . '</span>';
|
return '<span class="text-success" title="' . e($float) . '">' . $result . '</span>';
|
||||||
} else {
|
} else {
|
||||||
if ($amount < 0) {
|
if ($amount < 0) {
|
||||||
return '<span class="text-danger">' . $result . '</span>';
|
return '<span class="text-danger" title="' . e($float) . '">' . $result . '</span>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user