forked from midou/invidious
parent
45fda595c3
commit
13f58d602f
@ -5855,7 +5855,7 @@ 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">here</a>
|
<a href="https://github.com/iv-org/invidious/issues">here</a>
|
||||||
or send an email to
|
or send an email to
|
||||||
<a href="mailto:#{CONFIG.admin_email}">#{CONFIG.admin_email}</a>.
|
<a href="mailto:#{CONFIG.admin_email}">#{CONFIG.admin_email}</a>.
|
||||||
END_HTML
|
END_HTML
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
<div class="pure-u-1 pure-u-md-1-3">
|
<div class="pure-u-1 pure-u-md-1-3">
|
||||||
<a href="https://github.com/omarroth/invidious">
|
<a href="https://github.com/iv-org/invidious">
|
||||||
<%= translate(locale, "Released under the AGPLv3 by Omar Roth.") %>
|
<%= translate(locale, "Released under the AGPLv3 by Omar Roth.") %>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user