mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	HTML: Make a dedicated ECR component for items + pagination
This commit is contained in:
		
							
								
								
									
										11
									
								
								src/invidious/views/components/items_paginated.ecr
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								src/invidious/views/components/items_paginated.ecr
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
<%= page_nav_html %>
 | 
			
		||||
 | 
			
		||||
<div class="pure-g">
 | 
			
		||||
    <%- videos.each do |item| -%>
 | 
			
		||||
        <%= rendered "components/item" %>
 | 
			
		||||
    <%- end -%>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<%= page_nav_html %>
 | 
			
		||||
 | 
			
		||||
<script src="/js/watched_indicator.js"></script>
 | 
			
		||||
		Reference in New Issue
	
	Block a user