summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-08-24 11:42:56 +0200
committertimeless%mozdev.org <>2007-08-24 11:42:56 +0200
commit3d22bf91f2732c58ca910c9b05279df118374389 (patch)
treed683304a9edeb1124d1ebdfc6603419fcb95efa1 /template
parent9e7ca58168a6d410583c69334e4a75d56cb23c67 (diff)
downloadbugzilla-3d22bf91f2732c58ca910c9b05279df118374389.tar.gz
bugzilla-3d22bf91f2732c58ca910c9b05279df118374389.tar.xz
Bug 389537 bug title should linkify alias next to already linkified bug number
r=vladd, r=mkanat a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 38ec4d69c..26dce7a4d 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -64,7 +64,8 @@
[% terms.Bug %]
<a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
[% IF Param("usebugaliases") AND bug.alias AND NOT bug.error %]
- ([% bug.alias FILTER html %])
+ (<a href="show_bug.cgi?id=[% bug.alias FILTER url_quote %]">
+ [% bug.alias FILTER html %]</a>)
[% END %]
</h1>