mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-30 20:22:00 +00:00 
			
		
		
		
	add icon-buttons to playlist items (#2442)
This commit is contained in:
		| @@ -79,6 +79,19 @@ | ||||
|                 <div class="flex-left"><a href="/channel/<%= item.ucid %>"> | ||||
|                     <p class="channel-name" dir="auto"><%= HTML.escape(item.author) %></p> | ||||
|                 </a></div> | ||||
|                 <div class="flex-right"> | ||||
|                     <div class="icon-buttons"> | ||||
|                         <a title="<%=translate(locale, "Watch on YouTube")%>" href="https://www.youtube.com/watch?v=<%= item.id %>&list=<%= item.plid %>"> | ||||
|                             <i class="icon ion-logo-youtube"></i> | ||||
|                         </a> | ||||
|                         <a title="<%=translate(locale, "Audio mode")%>" href="/watch?v=<%= item.id %>&list=<%= item.plid %>&listen=1"> | ||||
|                             <i class="icon ion-md-headset"></i> | ||||
|                         </a> | ||||
|                         <a title="<%=translate(locale, "Switch Invidious Instance")%>" href="/redirect?referer=<%=HTML.escape("watch?v=#{item.id}&list=#{item.plid}")%>"> | ||||
|                             <i class="icon ion-md-jet"></i> | ||||
|                         </a> | ||||
|                     </div> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
|             <div class="video-card-row flexible"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 mastihios
					mastihios