]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 377197: Whine should include bug counts at top of list
authorMatt Selsky <selsky@columbia.edu>
Sun, 19 Feb 2012 23:20:52 +0000 (00:20 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 19 Feb 2012 23:20:52 +0000 (00:20 +0100)
r/a=LpSolit

template/en/default/whine/mail.html.tmpl
template/en/default/whine/mail.txt.tmpl

index 4e4e079c1a4454dbac80e58c3e4ef00580436abb..008a8202bc3a9c6e40d565d5a91f59676d6c1691 100644 (file)
@@ -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>
index f163566beb19699ebf446753adcf05566d081daa..eb88414645768e5e04bd48775e2d910fd1a87a01 100644 (file)
@@ -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 %]