diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 5da894e07..154cb98b1 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -91,7 +91,9 @@ [% attachment.attacher.name || attachment.attacher.login FILTER html %] </a> </td> - <td valign="top">[% attachment.attached FILTER time %]</td> + <td valign="top"> + <a href="#attach_[% attachment.id %]">[% attachment.attached FILTER time %]</a> + </td> <td valign="top"> [% IF attachment.datasize %] [% attachment.datasize FILTER unitconvert %] |