summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-11-19 16:57:19 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-11-19 16:57:19 +0100
commit259615dd0912f238868a78be5ed5f9c73e588964 (patch)
tree0453c1ba149be0507b404826532ae0014b8ed635 /template
parent47da91d22f0799f8eedc160909efbbc6feda0afd (diff)
downloadbugzilla-259615dd0912f238868a78be5ed5f9c73e588964.tar.gz
bugzilla-259615dd0912f238868a78be5ed5f9c73e588964.tar.xz
Bug 1100942 - Attachment links in request.cgi should go to the attachment and not default to &action=edit
r=gerv,a=glob
Diffstat (limited to 'template')
-rw-r--r--template/en/default/request/queue.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl
index b2b76ba0b..f64583acd 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 %]
- <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 %]