Commit 602c362f authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 377197: Whine should include bug counts at top of list

r/a=LpSolit
parent 84982d8b
......@@ -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>
......
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment