mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-19 19:38:51 +00:00
Add /feed/trending
This commit is contained in:
11
src/invidious/views/trending.ecr
Normal file
11
src/invidious/views/trending.ecr
Normal file
@@ -0,0 +1,11 @@
|
||||
<% content_for "header" do %>
|
||||
<title>Trending - Invidious</title>
|
||||
<% end %>
|
||||
|
||||
<div class="pure-g">
|
||||
<% trending.each_slice(4) do |slice| %>
|
||||
<% slice.each do |item| %>
|
||||
<%= rendered "components/item" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user