summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuglist.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi
index 25343bf6e..403a689dd 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -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{&nbsp;&nbsp;<A HREF="enter_bug.cgi">Enter New Bug</A>\n};
} elsif ($count == 1) {
print "One bug found.\n";
} else {