Bug 132939 - "zarro bugs found" is no more

r=justdave x2
parent a8c72c4d
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
[%# Succeeding Status Line #%] [%# Succeeding Status Line #%]
[%############################################################################%] [%############################################################################%]
[% IF bugs.count == 0 %] [% IF bugs.size == 0 %]
Zarro Boogs found. Zarro Boogs found.
<p> <p>
<a href="query.cgi">Query Page</a> <a href="query.cgi">Query Page</a>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<a href="query.cgi?[% urlquerypart %]">Edit this query</a> <a href="query.cgi?[% urlquerypart %]">Edit this query</a>
</p> </p>
[% ELSIF bugs.count == 1 %] [% ELSIF bugs.size == 1 %]
One bug found. One bug found.
[% ELSE %] [% ELSE %]
......
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