diff options
Diffstat (limited to 'templates/asset.html.tera')
| -rw-r--r-- | templates/asset.html.tera | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/asset.html.tera b/templates/asset.html.tera index bd0e5b9..9e768d7 100644 --- a/templates/asset.html.tera +++ b/templates/asset.html.tera @@ -57,7 +57,7 @@ {% set amount_sum = 0 %} {% for account in accounts %} <tr> - <td>{{ account.name }}</td> + <td><a href="/transactions/{{ account.name }}">{{ account.name }}</a></td> <td>{{ account.category }}</td> {% if account.balance >= 0 %} <td class="text-success">{{ account.balance | round(method="common", precision=2)}}</td> |
