]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/notify.tpl
Normalize field_*.tpl formatting
[friendica.git] / view / theme / frio / templates / notify.tpl
index 382ddebe0160da6e72a9c463e3c00ca9cd524af2..a42647cff8915564537244b2c3bc104c20c61c03 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>
+                       {{$item_text nofilter}}
+                       <div><time class="notif-when time" data-toggle="tooltip" title="{{$item_when}}">{{$item_ago}}</time></div>
                </a>
        </div>
 </div>