summaryrefslogtreecommitdiffstats
path: root/template/en/default/whine
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-02-20 00:20:52 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-02-20 00:20:52 +0100
commit602c362f5b22bb7dcd3a34c50af7805340f65828 (patch)
tree58fe8a8e2fab0e29ee0fd4d1f038faa0909d764b /template/en/default/whine
parent84982d8b04f6232d4eaa38fde78e8bfa67d496bb (diff)
downloadbugzilla-602c362f5b22bb7dcd3a34c50af7805340f65828.tar.gz
bugzilla-602c362f5b22bb7dcd3a34c50af7805340f65828.tar.xz
Bug 377197: Whine should include bug counts at top of list
r/a=LpSolit
Diffstat (limited to 'template/en/default/whine')
-rw-r--r--template/en/default/whine/mail.html.tmpl2
-rw-r--r--template/en/default/whine/mail.txt.tmpl2
2 files changed, 2 insertions, 2 deletions
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 %]
- <h2>[%+ query.title FILTER html %]</h2>
+ <h2>[%+ query.title FILTER html %] ([% query.bugs.size %] [%+ terms.bugs %])</h2>
<table width="100%">
<tr>
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 %]