mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add 'view channel on Youtube' link
This commit is contained in:
parent
3ba2a7d921
commit
9e68df965b
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
<% end %>
|
||||
</p>
|
||||
|
||||
<p class="h-box">
|
||||
<a href="https://www.youtube.com/channel/<%= ucid %>">View channel on YouTube</a>
|
||||
</p>
|
||||
|
||||
<% videos.each_slice(4) do |slice| %>
|
||||
<div class="pure-g">
|
||||
<% slice.each do |video| %>
|
||||
|
|
Loading…
Reference in a new issue