feat: indicate what paid/project button means

Closes #122
This commit is contained in:
Herculino Trotta
2025-02-01 19:06:04 -03:00
parent 712f5f428e
commit 9705441e2d
6 changed files with 147 additions and 76 deletions
+2 -1
View File
@@ -111,7 +111,8 @@
{% endif %}
{% endwith %}
<div>
{% if transaction.account.group %}{{ transaction.account.group.name }} • {% endif %}{{ transaction.account.name }}</div>
{% if transaction.account.group %}{{ transaction.account.group.name }} • {% endif %}{{ transaction.account.name }}
</div>
</div>
<div>
{# Item actions#}