2018-12-20 21:32:09 +00:00
|
|
|
<% content_for "header" do %>
|
2019-02-08 16:34:32 +00:00
|
|
|
<meta name="description" content="<%= translate(locale, "An alternative front-end to YouTube") %>">
|
2019-03-01 22:06:45 +00:00
|
|
|
<title><% if config.default_home != "Popular" %><%= translate(locale, "Popular") %> - <% end %>Invidious</title>
|
2018-12-20 21:32:09 +00:00
|
|
|
<% end %>
|
|
|
|
|
2019-02-24 17:51:33 +00:00
|
|
|
<%= rendered "components/feed_menu" %>
|
2019-02-08 16:34:32 +00:00
|
|
|
|
2018-11-26 16:50:34 +00:00
|
|
|
<div class="pure-g">
|
|
|
|
<% popular_videos.each_slice(4) do |slice| %>
|
|
|
|
<% slice.each do |item| %>
|
|
|
|
<%= rendered "components/item" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|