Show More
@@ -63,20 +63,27 b'' | |||
|
63 | 63 | <p>For help and support, go to the <a href="${c.visual.rhodecode_support_url}" target="_blank">${_('Support Page')}</a>. |
|
64 | 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 | 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 | 67 | </div> |
|
75 | 68 | <div class="inner-column"> |
|
76 | 69 | <h4>Documentation</h4> |
|
77 | 70 | <p>For more information, see <a href="${h.route_url('enterprise_docs')}">docs.rhodecode.com</a>.</p> |
|
78 | 71 | </div> |
|
79 | 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 | 87 | </div> |
|
81 | 88 | |
|
82 | 89 | </body> |
General Comments 0
You need to be logged in to leave comments.
Login now