mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Expose instance redirect to frontend
This commit is contained in:
parent
31fa3dfd59
commit
f3bc55e37e
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ we're going to need to do it here in order to allow for translations.
|
|||
<a href="https://www.youtube.com/watch?v=<%= video.id %>"><%= translate(locale, "Watch on YouTube") %></a>
|
||||
(<a href="https://www.youtube.com/embed/<%= video.id %>"><%= translate(locale, "Embed") %></a>)
|
||||
</span>
|
||||
<p id="watch-on-another-invidious-instance">
|
||||
<a href="/redirect?id=<%= video.id %>"><%= translate(locale, "Watch on another Invidious Instance") %></a>
|
||||
</p>
|
||||
<p id="embed-link">
|
||||
<a href="<%= embed_link %>"><%= translate(locale, "Embed Link") %></a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue