mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-14 20:46:24 +00:00
12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
<%= 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>
|