]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/notify.tpl
Merge remote-tracking branch 'upstream/develop' into item-delete
[friendica.git] / view / theme / frio / templates / notify.tpl
index 382ddebe0160da6e72a9c463e3c00ca9cd524af2..6122ecdfbbf798966aaf51f71f04a07cfd5693b0 100644 (file)
@@ -1,12 +1,12 @@
 
 <div class="notif-item {{if !$item_seen}}unseen{{/if}} {{$item_label}} media">
        <div class="notif-photo-wrapper media-object pull-left">
-               <img src="{{$item_image}}" class="notif-image">
+               <a class="userinfo" href="{{$item_url}}"><img src="{{$item_image}}" class="notif-image"></a>
        </div>
        <div class="notif-desc-wrapper media-body">
                <a href="{{$item_link}}">
                        {{$item_text}}
-                       <div><time class="notif-when time" data-toggle="tooltip">{{$item_when}}</time></div>
+                       <div><time class="notif-when time" data-toggle="tooltip" title="{{$item_when}}">{{$item_ago}}</time></div>
                </a>
        </div>
 </div>