Move seperator to templates

This commit is contained in:
Omar Roth
2018-01-07 11:49:48 -06:00
parent c4c1b43e5c
commit 9bfb663848
4 changed files with 4 additions and 4 deletions

View File

@@ -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">