]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_network_item.tpl
NB-NO translation update THX friendOFica
[friendica.git] / view / templates / notifications_network_item.tpl
index c3381d682f30c045d2f0f6e2ef2c7c01ec6d643b..0373b0d01a2de7e4c25527fe0447be0f3be70926 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 nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
 </div>