]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications_likes_item.tpl
Merge pull request #3179 from tobiasd/20170222-docquickstarten
[friendica.git] / view / templates / notifications_likes_item.tpl
index 792b285bce0f2aee8613acb25932551a29983887..adaa539d1279cb890e7af213f7e45d8e5c00fe14 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-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