mirror of
https://github.com/iv-org/invidious.git
synced 2026-03-05 13:40:05 -05:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
<% content_for "header" do %>
|
|
<%= query.size > 30 ? query[0,30] + "..." : query %>
|
|
<% end %>
|
|
<% videos_list.each do |video| %>
|
|
<p><a href="/watch?v=<%= video.id %>"><%= video.info["title"] %></a></p>
|
|
<% end %> |