1
0
Fork 1
mirror of https://github.com/friendica/friendica synced 2025-02-12 16:54:02 +00:00
friendica-github/view/templates/notifications/friends_item.tpl
2020-01-23 00:16:34 +01:00

4 lines
No EOL
244 B
Smarty

<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
<a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
</div>