← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pappacena/launchpad:links-on-oops-page into launchpad:master

 

Thiago F. Pappacena has proposed merging ~pappacena/launchpad:links-on-oops-page into launchpad:master.

Commit message:
Providing some links on OOPS page, to make it a bit easier for the user to report bugs.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #1876584 in Launchpad itself: "Oops error page does not give instructions for how to get support"
  https://bugs.launchpad.net/launchpad/+bug/1876584

For more details, see:
https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/383550
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pappacena/launchpad:links-on-oops-page into launchpad:master.
diff --git a/lib/lp/app/templates/oops.pt b/lib/lp/app/templates/oops.pt
index dcb9fa6..0a80740 100644
--- a/lib/lp/app/templates/oops.pt
+++ b/lib/lp/app/templates/oops.pt
@@ -32,9 +32,12 @@
           Apologies for the inconvenience.
         </p>
         <p>
-          If you report this as a bug, please include the error ID below,
-          preferably by copying and pasting it rather than by taking a
-          screenshot.
+          If you
+          <a tal:define="root modules/lp.services.webapp.vhosts/allvhosts/configs/bugs/rooturl"
+             tal:attributes="href python: root + 'launchpad'">
+            report this as a bug</a>,
+          please include the error ID below, preferably by copying and
+          pasting it rather than by taking a screenshot.
         </p>
         <p>
           (Error <abbr>ID</abbr>:
@@ -46,6 +49,11 @@
         <div class="related">
           <ul>
             <li>
+              <a href="https://help.launchpad.net/Feedback";>
+                How to provide feedback?
+              </a>
+            </li>
+            <li>
               <a tal:attributes="href modules/lp.services.webapp.vhosts/allvhosts/configs/mainsite/rooturl"
               >Return to the Launchpad front page</a>
             </li>