friendica/view/templates/notifications/network_item.tpl

5 lines
244 B
Smarty
Raw Normal View History

<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>
2013-04-23 13:47:57 +02:00
</div>