]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_friends_item.tpl
One more notice (#5429)
[friendica.git] / view / templates / notifications_friends_item.tpl
index a578941706eab7b2bfc5259015ed357411546531..2550806713c36314c4434144521169134b210896 100644 (file)
@@ -1,4 +1,4 @@
 
-<div class="notif-item">
-       <a href="{{$item_link}}" target="friendica-notifications"><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-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_ago}}</span></a>
 </div>
\ No newline at end of file