Add note for unseen notifications
This commit is contained in:
parent
870ee11553
commit
aed8aa4037
|
@ -23,8 +23,10 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<hr style="margin-left:1em; margin-right:1em;">
|
<% else %>
|
||||||
|
<center><%= notifications.size %> unseen notifications</center>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<hr style="margin-left:1em; margin-right:1em;">
|
||||||
|
|
||||||
<% videos.each_slice(4) do |slice| %>
|
<% videos.each_slice(4) do |slice| %>
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
|
|
Loading…
Reference in New Issue