aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-16 20:27:03 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-16 20:27:03 +0000
commitf1647e2f33ab09e70c19f9265b40f09656986b41 (patch)
tree1a7e3c7b17be82352a1d97b5cfcce114bc74fe09 /tmpl/index.html
parent096e94906cfcb29ae4913d26d136fa834b8e905b (diff)
downloadmgatres-f1647e2f33ab09e70c19f9265b40f09656986b41.tar
mgatres-f1647e2f33ab09e70c19f9265b40f09656986b41.tar.gz
mgatres-f1647e2f33ab09e70c19f9265b40f09656986b41.tar.bz2
mgatres-f1647e2f33ab09e70c19f9265b40f09656986b41.tar.xz
mgatres-f1647e2f33ab09e70c19f9265b40f09656986b41.zip
Add per category transactions pages
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8287 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/index.html')
-rw-r--r--tmpl/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index 0c8153f..357f1ce 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -39,7 +39,7 @@
<ul>
[%- FOR ca IN transactions.by_ca.keys.sort %]
- <li><b>[% transactions.by_ca.$ca.c_name %]</b>: [% transactions.by_ca.$ca.balance %] Euros</li>
+ <li><b><a href="c_[% ca %].html">[% transactions.by_ca.$ca.c_name %]</a></b>: [% transactions.by_ca.$ca.balance %] Euros</li>
[%- END -%]
</ul>