]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1100942 - Attachment links in request.cgi should go to the attachment and not...
authorDavid Lawrence <dkl@mozilla.com>
Wed, 19 Nov 2014 15:57:19 +0000 (15:57 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 19 Nov 2014 15:57:19 +0000 (15:57 +0000)
r=gerv,a=glob

template/en/default/request/queue.html.tmpl

index b2b76ba0bb3017dc6a9a007b53b41e72b9e0d927..f64583acdf90a7242947ab9ace9387f0445b5b60 100644 (file)
@@ -221,8 +221,9 @@ to some group are shown by default.
 
 [% BLOCK display_attachment %]
   [% IF request.attach_id %]
-    <a href="attachment.cgi?id=[% request.attach_id %]&amp;action=edit">
+    <a href="attachment.cgi?id=[% request.attach_id %]">
       [% request.attach_id %]: [%+ request.attach_summary FILTER html %]</a>
+    [<a href="attachment.cgi?id=[% request.attach_id %]&amp;action=edit">details</a>]
   [% ELSE %]
     N/A
   [% END %]