aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/transactions_by_year.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/transactions_by_year.html')
-rw-r--r--tmpl/transactions_by_year.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/transactions_by_year.html b/tmpl/transactions_by_year.html
index 5ee0095..2397d1d 100644
--- a/tmpl/transactions_by_year.html
+++ b/tmpl/transactions_by_year.html
@@ -23,7 +23,7 @@
<h3>By category</h3>
<ul>
[% FOR ca IN transactions.by_year.$year.ca_balance.keys %]
- <li><b>[% transactions.by_ca.$ca.c_name %]</b>: [% transactions.by_year.$year.ca_balance.$ca %] Euros</b></li>
+ <li><b><a href="c_[% ca %].html">[% transactions.by_ca.$ca.c_name %]</a></b>: [% transactions.by_year.$year.ca_balance.$ca %] Euros</b></li>
[%- END -%]
</ul>
<h3>Monthly reports</h3>