mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +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>';
|
return '<span style="color:#999">' . $result . '</span>';
|
||||||
}
|
}
|
||||||
if ($amount > 0) {
|
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>';
|
return '<span class="text-danger">' . $result . '</span>';
|
||||||
|
|||||||
Reference in New Issue
Block a user