From: David Lawrence Date: Wed, 19 Nov 2014 15:57:19 +0000 (+0000) Subject: Bug 1100942 - Attachment links in request.cgi should go to the attachment and not... X-Git-Tag: release-5.1.1~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259615dd0912f238868a78be5ed5f9c73e588964;p=thirdparty%2Fbugzilla.git Bug 1100942 - Attachment links in request.cgi should go to the attachment and not default to &action=edit r=gerv,a=glob --- diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index b2b76ba0bb..f64583acdf 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -221,8 +221,9 @@ to some group are shown by default. [% BLOCK display_attachment %] [% IF request.attach_id %] - + [% request.attach_id %]: [%+ request.attach_summary FILTER html %] + [details] [% ELSE %] N/A [% END %]