mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
8 lines
360 B
HTML
8 lines
360 B
HTML
<span class="notifications-bubble-element">
|
|
<span class="badge user-notification notification-animated"
|
|
ng-show="notificationService.notifications.length"
|
|
ng-class="notificationService.notificationClasses">
|
|
{{ notificationService.notifications.length }}<span ng-if="notificationService.additionalNotifications">+</span>
|
|
</span>
|
|
</span>
|