From 480a9b8e789be47fe8a4ddf5159c0a4056f890cb Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 2 Nov 2010 23:58:27 +0100 Subject: Bug 607581: URLs in the See Also field are not linkified when the user is logged out r=pyrzak a=LpSolit --- template/en/default/bug/field.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'template') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 1eb4574bf..82998993f 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -211,6 +211,12 @@ [% IF value %] [% value FILTER bug_link(value, use_alias => 1) FILTER none %] [% END %] +[% ELSIF field.type == constants.FIELD_TYPE_BUG_URLS %] + [% '' IF value.size %] [% ELSE %] [% value.join(', ') FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b