mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 12:38:12 +01:00
ehe ^_^
This commit is contained in:
parent
e0d9a74907
commit
73ad994113
1 changed files with 6 additions and 2 deletions
|
@ -1736,13 +1736,17 @@ WIP! </a>
|
||||||
|
|
||||||
<% if(inv.error) { %>
|
<% if(inv.error) { %>
|
||||||
<p style="text-align: center">
|
<p style="text-align: center">
|
||||||
<%- inv.error %> <br>Backtrace: <br>
|
<%- inv.error %>
|
||||||
|
<% if(inv.errorBacktrace) { %>
|
||||||
|
|
||||||
|
<br>Backtrace: <br>
|
||||||
<span class="description" style="background: red;display: flex;font-family: monospace, mono;font-size: 15px;margin-top: 3px;margin-bottom: 1em;border-radius: 1em;padding: 4px;">
|
<span class="description" style="background: red;display: flex;font-family: monospace, mono;font-size: 15px;margin-top: 3px;margin-bottom: 1em;border-radius: 1em;padding: 4px;">
|
||||||
<%- inv.errorBacktrace %>
|
<%- inv.errorBacktrace %>
|
||||||
</span>
|
</span>
|
||||||
<a href="https://github.com/iv-org/invidious/issues/new/choose">Report this issue</a>
|
<a href="https://github.com/iv-org/invidious/issues/new/choose">Report this issue</a>
|
||||||
</p>
|
</p>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
<% if (inv.comments) { %>
|
<% if (inv.comments) { %>
|
||||||
|
|
Loading…
Reference in a new issue