2014-09-05 22:14:25 +00:00
|
|
|
|
2020-02-05 16:14:04 +00:00
|
|
|
<div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
|
2021-09-18 05:08:29 +00:00
|
|
|
<a href="{{$notification.link}}"><img src="{{$notification.image}}" aria-hidden="true" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
|
2020-02-05 16:14:04 +00:00
|
|
|
</div>
|