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

18 lines
549 B
Text
Raw Normal View History

2016-01-22 15:08:39 -05:00
span(ng-controller="NotificationsController")
.col-md-12
2016-01-22 15:08:39 -05:00
.row
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-warning
span(ng-bind-html="unreadNotification.html")
button(ng-click="dismiss(unreadNotification)").close.pull-right
span(aria-hidden="true") ×
span.sr-only #{translate("close")}