<% 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 |item| %> <%= rendered "components/item" %> <% end %> <% end %>

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