From 602c362f5b22bb7dcd3a34c50af7805340f65828 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 20 Feb 2012 00:20:52 +0100 Subject: Bug 377197: Whine should include bug counts at top of list r/a=LpSolit --- template/en/default/whine/mail.html.tmpl | 2 +- template/en/default/whine/mail.txt.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/whine') diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 4e4e079c1..008a8202b 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -43,7 +43,7 @@ [% IF queries.size %] [% FOREACH query=queries %] -

[%+ query.title FILTER html %]

+

[%+ query.title FILTER html %] ([% query.bugs.size %] [%+ terms.bugs %])

diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index f163566be..eb8841464 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -28,7 +28,7 @@ [% IF queries.size %] [% FOREACH query=queries %] -[%+ query.title +%] +[%+ query.title +%] ([% query.bugs.size %] [%+ terms.bugs %]) [%+ "-" FILTER repeat(query.title.length) %] [% FOREACH bug=query.bugs %] -- cgit v1.2.3-24-g4f1b