invidious-mod/src/invidious/views/top.ecr

12 行
279 B
Plaintext
Raw 通常表示 履歴

2018-12-21 06:32:09 +09:00
<% content_for "header" do %>
<title><%= translate(locale, "Top") %> - Invidious</title>
<% end %>
2018-11-27 01:50:34 +09:00
<div class="pure-g">
<% top_videos.each_slice(4) do |slice| %>
<% slice.each do |item| %>
<%= rendered "components/item" %>
<% end %>
<% end %>
</div>