]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_network_item.tpl
Merge pull request #6280 from MrPetovan/bug/4738-fix-message-list-query
[friendica.git] / view / templates / notifications_network_item.tpl
index bef25326ec9a94cdd007f695fa5413c1e9e4c304..0373b0d01a2de7e4c25527fe0447be0f3be70926 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 nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
 </div>