]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/notify.tpl
Remove deprecated method to find duplicates (issue from 2013)
[friendica.git] / view / theme / frio / templates / notify.tpl
1
2 <div class="notif-item {{if !$item_seen}}unseen{{/if}} {{$item_label}} media">
3         <div class="notif-photo-wrapper media-object pull-left">
4                 <a class="userinfo" href="{{$item_url}}"><img src="{{$item_image}}" class="notif-image"></a>
5         </div>
6         <div class="notif-desc-wrapper media-body">
7                 <a href="{{$item_link}}">
8                         {{$item_text nofilter}}
9                         <div><time class="notif-when time" data-toggle="tooltip" title="{{$item_when}}">{{$item_ago}}</time></div>
10                 </a>
11         </div>
12 </div>