2017-07-12 15:12:40 +00:00
|
|
|
{{^hasNotifications}}
|
|
|
|
<a href="{{url}}" title="{{title}}"
|
2019-08-08 21:43:04 +00:00
|
|
|
class="{{notificationIconClass}} user-button" id="user-notifications" data-event-name="ui.notifications">
|
2017-07-12 15:12:40 +00:00
|
|
|
{{title}}
|
|
|
|
</a>
|
|
|
|
{{/hasNotifications}}
|
|
|
|
{{#hasNotifications}}
|
|
|
|
<a href="{{url}}" title="{{title}}"
|
2019-06-19 17:31:16 +00:00
|
|
|
id="user-notifications"
|
2019-08-08 21:43:04 +00:00
|
|
|
data-event-name="ui.notifications"
|
2017-07-12 15:12:40 +00:00
|
|
|
class="notification-count user-button {{#hasUnseenNotifications}}notification-unseen{{/hasUnseenNotifications}}
|
|
|
|
{{#isNotificationCountZero}}zero{{/isNotificationCountZero}}">
|
|
|
|
<div class="circle">
|
2017-10-18 18:28:37 +00:00
|
|
|
<span data-notification-count="{{notificationCountRaw}}">
|
|
|
|
{{notificationCountString}}
|
2017-07-12 15:12:40 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
{{/hasNotifications}}
|