summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show-multiple.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2003-08-05 09:31:19 +0200
committermyk%mozilla.org <>2003-08-05 09:31:19 +0200
commit25e79eb046ed379b91f9c6930cc1006ee8a30bc4 (patch)
tree9ec227eb4fbd5a84b5d14913fe6c390bdc31a32f /template/en/default/bug/show-multiple.html.tmpl
parentee7c14dc05644df11362ca5430a4ca9b3fb42761 (diff)
downloadbugzilla-25e79eb046ed379b91f9c6930cc1006ee8a30bc4.tar.gz
bugzilla-25e79eb046ed379b91f9c6930cc1006ee8a30bc4.tar.xz
Fix for bug 204560: display alias in long listing.
Fix by GavinS <bugzilla@chimpychompy.org>. r=myk, a=myk
Diffstat (limited to 'template/en/default/bug/show-multiple.html.tmpl')
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 8bf02a099..bda5e4f91 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -58,6 +58,9 @@
<td>
<b>[% terms.Bug %]#:</b>
<a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
+ [% IF Param("usebugaliases") AND bug.alias %]
+ ([% bug.alias FILTER html %])
+ [% END %]
</td>
[% PROCESS cell attr = { description => "Product",
name => "product" } %]