mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Show notifications indicator
This commit is contained in:
parent
923f9a716b
commit
fe5142753c
@ -16,15 +16,12 @@
|
||||
</div>
|
||||
|
||||
<div class="h-box">
|
||||
<% if notifications.empty? %>
|
||||
<center><%= notifications.size %> unseen notifications</center>
|
||||
<% else %>
|
||||
<% notifications.each_slice(4) do |slice| %>
|
||||
<% slice.each do |video| %>
|
||||
<%= rendered "components/video" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user