aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/tra_row.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/tra_row.html')
-rw-r--r--tmpl/tra_row.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/tra_row.html b/tmpl/tra_row.html
index afe3f56..ae3caf7 100644
--- a/tmpl/tra_row.html
+++ b/tmpl/tra_row.html
@@ -1,7 +1,7 @@
<tr>
<td>[% date.format(tra.date) %]</td>
<td>[% tra.amount %]</td>
- <td>[% tra.account %]</td>
+ <td><a href="a_[% tra.ac %].html">[% tra.account %]</a></td>
<td>[% tra.who %]</td>
[% IF tra.trt %]
<td>Internal transfert</td>