Show label if no new notifications exist
This commit is contained in:
@@ -298,6 +298,7 @@
|
||||
</div>
|
||||
<div class="row" ng-hide="notifications.busy">
|
||||
<div class="col-xs-12">
|
||||
<div ng-hide="notifications.notifications.length" class="text-center">All Caught Up!</div>
|
||||
<table class="table table-hover">
|
||||
<tbody ng-repeat="notification in notifications.notifications">
|
||||
<tr ng-class="{ 'notification-details': notifications.activeNotification === notification }">
|
||||
|
||||
Reference in New Issue
Block a user