2022-03-04 05:21:06 +00:00
|
|
|
<li class="notification-{{if !$notify.seen}}un{{/if}}seen notif-entry">
|
|
|
|
<div class="notif-entry-wrapper media">
|
|
|
|
<div class="notif-photo-wrapper media-object pull-left" aria-hidden="true">
|
2023-10-04 09:56:46 +00:00
|
|
|
<a href="{{$notify.contact.url}}" class="userinfo click-card" tabIndex="-1"><img data-src="{{$notify.contact.photo}}" alt="" loading="lazy"></a>
|
2022-03-04 05:21:06 +00:00
|
|
|
</div>
|
|
|
|
<a href="{{$notify.href}}" class="notif-desc-wrapper media-body">
|
|
|
|
{{$notify.richtext nofilter}}
|
|
|
|
<div><time class="notif-when time" data-toggle="tooltip" title="{{$notify.localdate}}">{{$notify.ago}}</time></div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|