]> git.mxchange.org Git - friendica.git/blob - view/templates/notifications/attend_item.tpl
Move notify to the new paradigm
[friendica.git] / view / templates / notifications / attend_item.tpl
1
2 <div class="notif-item {{if !$item_seen}}unseen{{/if}}">
3         <a href="{{$notification.link}}"><img src="{{$notification.image}}" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
4 </div>