]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications/attend_item.tpl
Merge pull request #11307 from annando/api-reply-fix
[friendica.git] / view / templates / notifications / attend_item.tpl
index 6fb69ed6816000ae89594a53ddcb082d3de2d42d..07c770fb5ee8e498c895f93fb9943b441ddcf4bd 100644 (file)
@@ -1,4 +1,4 @@
 
 <div class="notif-item {{if !$item_seen}}unseen{{/if}}">
-       <a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
+       <a href="{{$notification.link}}"><img src="{{$notification.image}}" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
 </div>
\ No newline at end of file