mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-15 02:16:34 -04:00
3 lines
116 B
Plaintext
3 lines
116 B
Plaintext
<% videos_list.each do |video| %>
|
|
<p><a href="/watch?v=<%= video.id %>"><%= video.info["title"] %></a></p>
|
|
<% end %> |