mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 12:42:09 +00:00 
			
		
		
		
	Consistent IDs for info section (#1133)
This commit is contained in:
		| @@ -165,9 +165,9 @@ | ||||
|                 </form> | ||||
|             <% end %> | ||||
|  | ||||
|             <p><i class="icon ion-ios-eye"></i> <%= number_with_separator(video.views) %></p> | ||||
|             <p><i class="icon ion-ios-thumbs-up"></i> <%= number_with_separator(video.likes) %></p> | ||||
|             <p><i class="icon ion-ios-thumbs-down"></i> <%= number_with_separator(video.dislikes) %></p> | ||||
|             <p id="views"><i class="icon ion-ios-eye"></i> <%= number_with_separator(video.views) %></p> | ||||
|             <p id="likes"><i class="icon ion-ios-thumbs-up"></i> <%= number_with_separator(video.likes) %></p> | ||||
|             <p id="dislikes"><i class="icon ion-ios-thumbs-down"></i> <%= number_with_separator(video.dislikes) %></p> | ||||
|             <p id="genre"><%= translate(locale, "Genre: ") %> | ||||
|                 <% if video.genre_url.empty? %> | ||||
|                     <%= video.genre %> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 mendel5
					mendel5