mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
add error report link
This commit is contained in:
parent
6a2cc51169
commit
e6cbc1ebea
1 changed files with 6 additions and 1 deletions
|
@ -1554,7 +1554,12 @@ WIP! </a>
|
|||
|
||||
<% if(inv.error) { %>
|
||||
<p style="text-align: center">
|
||||
<%- inv.error %> </p>
|
||||
<%- inv.error %> <br>Backtrace: <br>
|
||||
<span>
|
||||
<%- inv.errorBacktrace %>
|
||||
</span>
|
||||
<a href="https://github.com/iv-org/invidious/issues/new/choose">Report this issue</a>
|
||||
</p>
|
||||
<% } %>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue