changeset 27:b94c3e9a5423 draft

Fixed the Found XX bugs message.
author marga
date Tue, 21 Aug 2007 15:37:52 +0000
parents 23ce17c621f7
children 2bff4dcefdd3
files bts_webui/amancay/templates/table.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bts_webui/amancay/templates/table.html
+++ b/bts_webui/amancay/templates/table.html
@@ -16,8 +16,10 @@
 </ul>
 </span>
 {% endif %}
+{% if total_bugs %}
 <span class="total_bugs">Found {{ total_bugs }} 
 {% ifequal total_bugs 1 %}bug{% else %}bugs{%endifequal%}</span>
+{% endif %}
 </div>
 <table class="bugs">
 	<tr>