From: Matt Selsky Date: Sun, 19 Feb 2012 23:20:52 +0000 (+0100) Subject: Bug 377197: Whine should include bug counts at top of list X-Git-Tag: bugzilla-4.3.1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=602c362f5b22bb7dcd3a34c50af7805340f65828;p=thirdparty%2Fbugzilla.git Bug 377197: Whine should include bug counts at top of list r/a=LpSolit --- diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 4e4e079c1a..008a8202bc 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 f163566beb..eb88414645 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 %]