<% content_for "header" do %> Subscriptions - Invidious <% end %>

Manage subscriptions

<%= notifications.size %> unseen notifications
<% if !notifications.empty? %>

<% end %> <% notifications.each_slice(4) do |slice| %>
<% slice.each do |video| %> <%= rendered "components/video" %> <% end %>
<% end %>

<% videos.each_slice(4) do |slice| %>
<% slice.each do |video| %> <%= rendered "components/video" %> <% end %>
<% end %>
<% if page >= 2 %> Previous page <% end %>
<% if (videos.size + notifications.size) == max_results %> Next page <% end %>