Skip to content

Commit

Permalink
Add 'view channel on Youtube' link
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Aug 17, 2018
1 parent 3ba2a7d commit 9e68df9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/invidious/views/channel.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -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| %>
Expand Down

0 comments on commit 9e68df9

Please sign in to comment.