overleaf/services/web/app/views/project/list/notifications.jade

18 lines
604 B
Text
Raw Normal View History

2016-02-04 09:28:31 -05:00
span(ng-controller="NotificationsController").userNotifications
ul.list-unstyled.notifications-list(
ng-if="notifications.length > 0",
ng-cloak
)
li.notification_entry(
ng-repeat="unreadNotification in notifications",
)
.row(ng-hide="unreadNotification.hide")
.col-xs-12
.alert.alert-info
2016-08-17 05:31:05 -04:00
div.notification_inner
span(ng-bind-html="unreadNotification.html").notification_body
span().notification_close
button(ng-click="dismiss(unreadNotification)").close.pull-right
span(aria-hidden="true") ×
span.sr-only #{translate("close")}