From 06b9a3ec0c8c396b083d754797e9d81b5c469e9d Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Sun, 22 Feb 2015 22:27:05 +0000 Subject: Bug 1102364: Add microdata to HTML bugmail so GMail can display a "View bug" button --- extensions/BMO/template/en/default/email/bugmail.html.tmpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'extensions/BMO/template/en/default/email/bugmail.html.tmpl') diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 7a628ec7f..f66fee30c 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -35,11 +35,13 @@ [% PROCESS generate_diffs %] [% END %] + [% SET comment_anchor = '' %] [% IF new_comments.size %]
[% FOREACH comment = new_comments.reverse %]
[% IF comment.count %] + [% comment_anchor = "#c$comment.count" %] [% "Comment # ${comment.count}" FILTER bug_link(bug, { comment_num => comment.count, full_url => 1 }) FILTER none %] @@ -110,7 +112,13 @@ [% END %]
- +
+
+ + +
+ +
@@body-headers@@ -- cgit v1.2.3-24-g4f1b