|
|
@ -5,10 +5,10 @@
|
|
|
|
<ul class="notifications-list">
|
|
|
|
<ul class="notifications-list">
|
|
|
|
<!-- BEGIN notifications -->
|
|
|
|
<!-- BEGIN notifications -->
|
|
|
|
<li data-nid="{notifications.nid}" class="{notifications.readClass}">
|
|
|
|
<li data-nid="{notifications.nid}" class="{notifications.readClass}">
|
|
|
|
|
|
|
|
<a href="..{notifications.path}">{notifications.text}</a>
|
|
|
|
<p class="timestamp">
|
|
|
|
<p class="timestamp">
|
|
|
|
<span class="timeago" title="{notifications.datetimeISO}"></span>
|
|
|
|
<span class="timeago" title="{notifications.datetimeISO}"></span>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<a href="..{notifications.path}">{notifications.text}</a>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<!-- END notifications -->
|
|
|
|
<!-- END notifications -->
|
|
|
|
</ul>
|
|
|
|
</ul>
|