From 51fa7ceacb74fb2c8717f565169ccd78ddb91ff5 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Sat, 30 Aug 2014 09:15:18 +1000 Subject: Bug 1060233 - Aliases are not displayed correctly in some places r=dkl, a=sgreen --- template/en/default/bug/link.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/link.html.tmpl') diff --git a/template/en/default/bug/link.html.tmpl b/template/en/default/bug/link.html.tmpl index 40031e16f..b63093302 100644 --- a/template/en/default/bug/link.html.tmpl +++ b/template/en/default/bug/link.html.tmpl @@ -32,8 +32,8 @@ [% IF user.can_see_bug(bug) %] [% link_title = link_title _ ' - ' _ bug.short_desc %] - [% IF use_alias && bug.alias %] - [% link_text = bug.alias %] + [% IF use_alias && bug.alias.size %] + [% link_text = bug.alias.join(', ') %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b