]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_network_item.tpl
Merge pull request #5394 from MrPetovan/bug/fix-config-set-return-value
[friendica.git] / view / templates / notifications_network_item.tpl
index c3381d682f30c045d2f0f6e2ef2c7c01ec6d643b..a50b2cf2ad69e2d37322c3fe5dd6f05e9222f569 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<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>