mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-12 19:18:26 +00:00
Add notifications
This commit is contained in:
@@ -29,7 +29,11 @@
|
||||
<div class="pure-g">
|
||||
<div class="pure-u-1 pure-u-md-1-3">
|
||||
<a href="/feed/subscriptions" class="pure-menu-heading">
|
||||
<% if env.get("notifications").as(Int32) > 0 %>
|
||||
<center><i class="fas fa-bell"></i></center>
|
||||
<% else %>
|
||||
<center><i class="far fa-bell"></i></center>
|
||||
<% end %>
|
||||
</a>
|
||||
</div>
|
||||
<div class="pure-u-1 pure-u-md-2-3">
|
||||
|
||||
Reference in New Issue
Block a user