friendica/view/templates/notifications/comments_item.tpl

4 lines
243 B
Smarty

<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
<a href="{{$notification.link}}"><img src="{{$notification.image}}" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
</div>