]> git.mxchange.org Git - friendica.git/blob - view/templates/notifications/notification.tpl
Merge pull request #8230 from AlfredSK/AlfredSK-statistics-query
[friendica.git] / view / templates / notifications / notification.tpl
1
2 <div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
3         <a href="{{$item_link}}"><img src="{{$item_image}}" aria-hidden="true" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
4 </div>