mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
Merge d8259a499285c7c15287885d5c08e57eea1b4b72 into 09b9b758dea2e9dc502ba497a34ae02cbb37ae46
This commit is contained in:
commit
76b1d96770
@ -64,6 +64,13 @@
|
||||
<a href="https://redirect.invidious.io<%= env.request.path %>"><%= translate(locale, "Switch Invidious Instance") %></a>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="pure-u-1 pure-md-1-3">
|
||||
<% if channel.auto_generated %>
|
||||
<b><%= translate(locale, "View as Playlist") %></b>
|
||||
<% else %>
|
||||
<a href="/playlist?list=<%= ucid %>"><%= translate(locale, "View as Playlist") %></a>
|
||||
<% end %>
|
||||
</div>
|
||||
<% if !channel.auto_generated %>
|
||||
<div class="pure-u-1 pure-md-1-3">
|
||||
<b><%= translate(locale, "Videos") %></b>
|
||||
|
Loading…
x
Reference in New Issue
Block a user