2014-09-06 00:14:25 +02:00
|
|
|
|
2020-02-05 17:14:04 +01:00
|
|
|
<div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
|
2021-09-18 07:08:29 +02: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 17:14:04 +01:00
|
|
|
</div>
|