mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 17:50:39 +00:00
20 lines
762 B
Plaintext
20 lines
762 B
Plaintext
|
{{^hasNotifications}}
|
||
|
<a href="{{url}}" title="{{title}}"
|
||
|
class="{{notificationIconClass}} mw-echo-notification-badge-nojs user-button" id="user-notifications" data-event-name="ui.notifications">
|
||
|
{{title}}
|
||
|
</a>
|
||
|
{{/hasNotifications}}
|
||
|
{{#hasNotifications}}
|
||
|
<a href="{{url}}" title="{{title}}"
|
||
|
id="user-notifications"
|
||
|
data-event-name="ui.notifications"
|
||
|
class="mw-echo-notification-badge-nojs mw-echo-unseen-notifications notification-count user-button {{#hasUnseenNotifications}}notification-unseen{{/hasUnseenNotifications}}
|
||
|
{{#isNotificationCountZero}}zero{{/isNotificationCountZero}}">
|
||
|
<div class="circle">
|
||
|
<span data-notification-count="{{notificationCountRaw}}">
|
||
|
{{notificationCountString}}
|
||
|
</span>
|
||
|
</div>
|
||
|
</a>
|
||
|
{{/hasNotifications}}
|