Remove patch and update file structure

This commit is contained in:
Omar Roth
2018-07-06 07:59:56 -05:00
parent a789114f43
commit eb1df96e1b
14 changed files with 3 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
<% content_for "header" do %>
<title>Invidious</title>
<% end %>
<% top_videos.each_slice(4) do |slice| %>
<div class="pure-g">
<% slice.each do |video| %>
<%= rendered "components/video" %>
<% end %>
</div>
<% end %>