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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/whine/mail.html.tmpl') 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 %])

-- cgit v1.2.3-24-g4f1b