]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_likes_item.tpl
Forgot new line at end of file in templates/wall/content_filter.tpl
[friendica.git] / view / templates / notifications_likes_item.tpl
index c2ebbd39e35cd02279e34b00af0533c84e076fab..adaa539d1279cb890e7af213f7e45d8e5c00fe14 100644 (file)
@@ -1,4 +1,4 @@
 
-<div class="notif-item">
-       <a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
+<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}} <span class="notif-when">{{$item_ago}}</span></a>
 </div>
\ No newline at end of file