]> git.mxchange.org Git - friendica.git/blob - notification.tpl
b5c684cd8224cbf63ca19c777628e333e11d6fa0
[friendica.git] / notification.tpl
1
2 <div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
3         <a href="{{$notification.link}}"><img src="{{$notification.image}}" aria-hidden="true" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
4 </div>