HTML: Make a dedicated ECR component for items + pagination

This commit is contained in:
Samantaz Fox 2023-04-17 21:26:04 +02:00
parent c088749744
commit 57c7b922f7
No known key found for this signature in database
GPG Key ID: F42821059186176E

View 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>