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 --- Bugzilla/Template.pm | 2 +- template/en/default/attachment/list.html.tmpl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 608d35fcb..b4e0dcb90 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -388,7 +388,7 @@ sub get_attachment_link { my $linkval = "attachment.cgi?id=$attachid"; # Whitespace matters here because these links are in
 tags.
         return qq||
-               . qq|$link_text|
+               . qq|$link_text|
                . qq| [details]|
                . qq||;
     }
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