mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
When no bugs are found, give links to make another query or to submit
a new bug.
This commit is contained in:
parent
c4fab20bed
commit
5d12ff7194
@ -668,6 +668,9 @@ if ($count == 0) {
|
||||
# So, when you query for a list of bugs, and it gets no results, you
|
||||
# can think of this as a friendly reminder. Of *course* there are bugs
|
||||
# matching your query, they just aren't in the bugsystem yet...
|
||||
|
||||
print qq{<p><A HREF="query.cgi">Query Page</A>\n};
|
||||
print qq{ <A HREF="enter_bug.cgi">Enter New Bug</A>\n};
|
||||
} elsif ($count == 1) {
|
||||
print "One bug found.\n";
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user