mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
For debug, add float. [skip ci]
This commit is contained in:
@@ -51,7 +51,7 @@ class Amount
|
||||
return '<span style="color:#999">' . $result . '</span>';
|
||||
}
|
||||
if ($amount > 0) {
|
||||
return '<span class="text-success">' . $result . '</span>';
|
||||
return '<span class="text-success" title="' . e($float) . '">' . $result . '</span>';
|
||||
}
|
||||
|
||||
return '<span class="text-danger">' . $result . '</span>';
|
||||
|
Reference in New Issue
Block a user