From 2a35b3a039ad2d5d660cc2f0f81c30f3b067e461 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 15 Oct 2011 13:55:01 +0200 Subject: Bug 691697: There is no link pointing to the new bug in HTML bugmails r=pyrzak a=LpSolit --- template/en/default/email/bugmail.html.tmpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'template/en') diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index f48667e7b..ac4727811 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -96,7 +96,13 @@ [% IF isnew %] [% field_label FILTER html %] - [% new_value FILTER html %] + + [% IF change.field_name == "bug_id" %] + [% new_value FILTER bug_link(bug, full_url => 1) FILTER none %] + [% ELSE %] + [% new_value FILTER html %] + [% END %] + [% ELSE %] -- cgit v1.2.3-24-g4f1b