From f121e74d3394d523fea5e77d23bf48be3a1ba821 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 6 Aug 2018 13:48:02 -0500 Subject: [PATCH] Fix rendering of notifications --- src/invidious/views/subscriptions.ecr | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/invidious/views/subscriptions.ecr b/src/invidious/views/subscriptions.ecr index bc782e84..e1a1cc54 100644 --- a/src/invidious/views/subscriptions.ecr +++ b/src/invidious/views/subscriptions.ecr @@ -15,15 +15,15 @@ -
-
<%= notifications.size %> unseen notifications
- <% notifications.each_slice(4) do |slice| %> - <% slice.each do |video| %> - <%= rendered "components/video" %> - <% end %> - <% end %> -
-
+
<%= notifications.size %> unseen notifications
+<% notifications.each_slice(4) do |slice| %> +
+ <% slice.each do |video| %> + <%= rendered "components/video" %> + <% end %> +
+<% end %> +
<% videos.each_slice(4) do |slice| %>