mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
parent
ff563a70a5
commit
45cdb81861
1 changed files with 3 additions and 4 deletions
|
@ -3950,14 +3950,13 @@ end
|
||||||
|
|
||||||
error 500 do |env|
|
error 500 do |env|
|
||||||
error_message = <<-END_HTML
|
error_message = <<-END_HTML
|
||||||
Looks like you've found a bug in Invidious. Feel free to open a new issue
|
Looks like you've found a bug in Invidious. Feel free to open a new issue
|
||||||
<a href="https://github.com/omarroth/invidious/issues/github.com/omarroth/invidious">
|
<a href="https://github.com/omarroth/invidious/issues">
|
||||||
here
|
here
|
||||||
</a>
|
</a>
|
||||||
or send an email to
|
or send an email to
|
||||||
<a href="mailto:omarroth@protonmail.com">
|
<a href="mailto:omarroth@protonmail.com">
|
||||||
omarroth@protonmail.com
|
omarroth@protonmail.com</a>.
|
||||||
</a>.
|
|
||||||
END_HTML
|
END_HTML
|
||||||
templated "error"
|
templated "error"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue