HTML: Use the new pagination component for channel pages

This commit is contained in:
Samantaz Fox
2023-04-21 00:28:11 +02:00
parent efaf7cb09c
commit 7bd6d0ac49
5 changed files with 20 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
<%= page_nav_html %>
<div class="pure-g">
<%- videos.each do |item| -%>
<%- items.each do |item| -%>
<%= rendered "components/item" %>
<%- end -%>
</div>