Parent: [12ddf1] (diff)

Download this file

index.jade    12 lines (11 with data), 619 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
.card#c2net
.card-header
h1 #{__('Notification Manager')}
.card-body.card-padding
ul.arrow(ng-controller='c2netNotificationController')
li.notification-item.read.text-center(ng-show="!notifications.length") #{__('You have no notifications.')}
li.notification-item.read.text-center(ng-show="error") #{__('Error while getting notifications')}.
li.notification-item.read.text-center(ng-show="loading")
| #{__('Loading notifications')}...
li.notification-item(ng-repeat="notification in notifications")
tut-external-user-notification(notification='notification')