]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/notify.tpl
382ddebe0160da6e72a9c463e3c00ca9cd524af2
[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                 <img src="{{$item_image}}" class="notif-image">
5         </div>
6         <div class="notif-desc-wrapper media-body">
7                 <a href="{{$item_link}}">
8                         {{$item_text}}
9                         <div><time class="notif-when time" data-toggle="tooltip">{{$item_when}}</time></div>
10                 </a>
11         </div>
12 </div>