mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 06:31:57 +00:00 
			
		
		
		
	Add switch invidious instance btn to all chan tabs
This commit is contained in:
		@@ -40,6 +40,9 @@
 | 
			
		||||
<div class="pure-g h-box">
 | 
			
		||||
    <div class="pure-u-1-3">
 | 
			
		||||
        <a href="https://www.youtube.com/channel/<%= channel.ucid %>/community"><%= translate(locale, "View channel on YouTube") %></a>
 | 
			
		||||
        <div class="pure-u-1 pure-md-1-3">
 | 
			
		||||
            <a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Switch Invidious Instance") %></a>
 | 
			
		||||
        </div>
 | 
			
		||||
        <% if !channel.auto_generated %>
 | 
			
		||||
            <div class="pure-u-1 pure-md-1-3">
 | 
			
		||||
                <a href="/channel/<%= channel.ucid %>"><%= translate(locale, "Videos") %></a>
 | 
			
		||||
 
 | 
			
		||||
@@ -42,6 +42,11 @@
 | 
			
		||||
        <div class="pure-u-1 pure-md-1-3">
 | 
			
		||||
            <a href="https://www.youtube.com/channel/<%= channel.ucid %>/playlists"><%= translate(locale, "View channel on YouTube") %></a>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="pure-u-1 pure-md-1-3">
 | 
			
		||||
            <a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Switch Invidious Instance") %></a>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="pure-u-1 pure-md-1-3">
 | 
			
		||||
            <a href="/channel/<%= channel.ucid %>"><%= translate(locale, "Videos") %></a>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user