summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/subscriptions.ecr15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/invidious/views/subscriptions.ecr b/src/invidious/views/subscriptions.ecr
index bc782e84..09d5e083 100644
--- a/src/invidious/views/subscriptions.ecr
+++ b/src/invidious/views/subscriptions.ecr
@@ -15,13 +15,16 @@
</div>
</div>
+<center><%= notifications.size %> unseen notifications</center>
+<% notifications.each_slice(4) do |slice| %>
+ <div class="pure-g">
+ <% slice.each do |video| %>
+ <%= rendered "components/video" %>
+ <% end %>
+ </div>
+<% end %>
+
<div class="h-box">
- <center><%= notifications.size %> unseen notifications</center>
- <% notifications.each_slice(4) do |slice| %>
- <% slice.each do |video| %>
- <%= rendered "components/video" %>
- <% end %>
- <% end %>
<hr>
</div>