]> git.mxchange.org Git - friendica.git/blob - view/templates/notifications/friends_item.tpl
Merge pull request #11307 from annando/api-reply-fix
[friendica.git] / view / templates / notifications / friends_item.tpl
1
2 <div class="notif-item {{if !$item_seen}}unseen{{/if}}">
3         <a href="{{$notification.link}}" target="friendica-notifications"><img src="{{$notification.image}}" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
4 </div>