friendica/view/templates/notifications/network_item.tpl
Hypolite Petovan 47acb6a278 Move notify to the new paradigm
- Remove unused frion notify template
- Update API test
2021-10-02 18:15:42 -04:00

5 lines
244 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>