##// END OF EJS Templates
error-tracker: use nicer display for exception generated by rhodecode.
marcink -
r2974:1f13671a default
parent child Browse files
Show More
@@ -63,20 +63,27 b''
63 <p>For help and support, go to the <a href="${c.visual.rhodecode_support_url}" target="_blank">${_('Support Page')}</a>.
63 <p>For help and support, go to the <a href="${c.visual.rhodecode_support_url}" target="_blank">${_('Support Page')}</a>.
64 It may be useful to include your log file; see the log file locations <a href="${h.route_url('enterprise_log_file_locations')}">here</a>.
64 It may be useful to include your log file; see the log file locations <a href="${h.route_url('enterprise_log_file_locations')}">here</a>.
65 </p>
65 </p>
66 % if c.show_exception_id:
67 <p>
68 Super Admin can see detailed traceback information from this exception by checking the below Exception ID.
69 Please include the below link for further details of this exception.
70
66
71 Exception ID: <a href="${c.exception_id_url}">${c.exception_id}</a>
72 </p>
73 % endif
74 </div>
67 </div>
75 <div class="inner-column">
68 <div class="inner-column">
76 <h4>Documentation</h4>
69 <h4>Documentation</h4>
77 <p>For more information, see <a href="${h.route_url('enterprise_docs')}">docs.rhodecode.com</a>.</p>
70 <p>For more information, see <a href="${h.route_url('enterprise_docs')}">docs.rhodecode.com</a>.</p>
78 </div>
71 </div>
79 </div>
72 </div>
73
74 % if c.show_exception_id:
75 <div class="sidebar" style="width: 130px">
76
77 </div>
78 <div class="main-content">
79 <p>
80 <strong>Exception ID: <code><a href="${c.exception_id_url}">${c.exception_id}</a></code> </strong> <br/>
81
82 Super Admins can see detailed traceback information from this exception by checking the below Exception ID.<br/>
83 Please include the above link for further details of this exception.
84 </p>
85 </div>
86 % endif
80 </div>
87 </div>
81
88
82 </body>
89 </body>
General Comments 0
You need to be logged in to leave comments. Login now