Commit 337e0be6 authored by burnus%gmx.de's avatar burnus%gmx.de

Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi for consistency

r,a=justdave
parent b259c4b4
......@@ -68,7 +68,7 @@ function normal_keypress_handler( aEvent ) {
<box autostretch="never" valign="top">
<box orient="vertical" flex="1">
<text class="text-link" onclick="load_relative_url('query.cgi')" value="new query"/>
<text class="text-link" onclick="load_relative_url('reports.cgi')" value="reports"/>
<text class="text-link" onclick="load_relative_url('report.cgi')" value="reports"/>
<text class="text-link" onclick="load_relative_url('enter_bug.cgi')" value="new bug"/>
<separator class="thin"/>
......
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