1
0
Fork 1
mirror of https://github.com/friendica/friendica synced 2025-02-12 17:34:02 +00:00
friendica-github/view/templates/notifications_attend_item.tpl

4 lines
243 B
Smarty
Raw Normal View History

<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
<a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text nofilter}} <span class="notif-when">{{$item_ago}}</span></a>
</div>