2018-12-21 03:02:09 +05:30
|
|
|
<% content_for "header" do %>
|
2019-02-08 22:04:32 +05:30
|
|
|
<meta name="description" content="<%= translate(locale, "An alternative front-end to YouTube") %>">
|
2019-05-02 06:33:39 +05:30
|
|
|
<title>
|
2019-10-21 06:12:18 +05:30
|
|
|
<% if env.get("preferences").as(Preferences).default_home != "Popular" %>
|
2019-05-02 06:33:39 +05:30
|
|
|
<%= translate(locale, "Popular") %> - Invidious
|
|
|
|
<% else %>
|
|
|
|
Invidious
|
|
|
|
<% end %>
|
|
|
|
</title>
|
2018-12-21 03:02:09 +05:30
|
|
|
<% end %>
|
|
|
|
|
2019-02-24 23:21:33 +05:30
|
|
|
<%= rendered "components/feed_menu" %>
|
2019-02-08 22:04:32 +05:30
|
|
|
|
2018-11-26 22:20:34 +05:30
|
|
|
<div class="pure-g">
|
2021-07-16 02:31:36 +05:30
|
|
|
<% popular_videos.each do |item| %>
|
|
|
|
<%= rendered "components/item" %>
|
|
|
|
<% end %>
|
2018-11-26 22:20:34 +05:30
|
|
|
</div>
|