add plus sign

pull/225/head
Aevann 2024-03-02 23:25:12 +02:00
parent b68e1da9aa
commit a223a1f09a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
</div>
</div>
</div>
<span class="ml-auto unbreakable">{{log.balance}} {{log.currency}}</span>
<span class="ml-auto unbreakable">{% if log.amount > 0 %}+{% endif %}{{log.balance}} {{log.currency}}</span>
</div>
</div>
{% else %}