From bbdce8cfde708e70984702246ad7b9723680aa8e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 15 Oct 2011 13:53:19 +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') diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 824bdc5bf..607c38a1e 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