add error report link

This commit is contained in:
Ashley //// 2024-04-06 14:57:08 +00:00
parent 6a2cc51169
commit e6cbc1ebea

View file

@ -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>
<% } %>