sync notification UI with backend changes
This commit is contained in:
@@ -161,9 +161,9 @@
|
||||
</li>
|
||||
<li>
|
||||
<a href="#/notifications">
|
||||
<i class="fas fa-bell" ng-show="notifications.length"></i>
|
||||
<i class="far fa-bell" ng-hide="notifications.length"></i>
|
||||
<span class="badge badge-danger" ng-show="notifications.length">{{ notifications.length }}</span>
|
||||
<i class="fas fa-bell" ng-show="notificationCount"></i>
|
||||
<i class="far fa-bell" ng-hide="notificationCount"></i>
|
||||
<span class="badge badge-danger" ng-show="notificationCount">{{ notificationCount }}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
|
||||
Reference in New Issue
Block a user