mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-14 07:42:40 +00:00
Move seperator to templates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<% content_for "header" do %>
|
||||
<%= query.size > 30 ? query[0,30] + "..." : query %>
|
||||
<%= query.size > 30 ? query[0,30] + "... - " : query %>
|
||||
<% end %>
|
||||
<% videos_list.each do |video| %>
|
||||
<div class="pure-g">
|
||||
|
||||
Reference in New Issue
Block a user