]> git.mxchange.org Git - friendica.git/blob - view/templates/notifications_posts_item.tpl
wrapping up 2019.12
[friendica.git] / view / templates / notifications_posts_item.tpl
1
2 <div class="notif-item {{if !$item_seen}}unseen{{/if}}">
3         <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>
4 </div>