From 21ccfc92309524062daad9ca7ac69d9dfa0e25b2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 31 Dec 2006 08:45:07 +0000 Subject: Bug 248037: Link from attachment 'created' date to comment where it was created - Patch by Frédéric Buclin r=timeless a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/attachment/list.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template') 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 %] - [% attachment.attached FILTER time %] + + [% attachment.attached FILTER time %] + [% IF attachment.datasize %] [% attachment.datasize FILTER unitconvert %] -- cgit v1.2.3-24-g4f1b