]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notify.tpl
Merge pull request #4748 from tobiasd/220180405-de
[friendica.git] / view / templates / notify.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