mirror of
https://github.com/friendica/friendica
synced 2025-01-07 09:24:43 +00:00
9 lines
388 B
Smarty
9 lines
388 B
Smarty
|
|
<div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
|
|
<a href="{{$notification.link}}">
|
|
<img src="{{$notification.image}}" aria-hidden="true" class="notif-image">
|
|
<link rel="stylesheet" href="view/global.css">
|
|
<span class="notif-text">{{$notification.text}}</span>
|
|
<span class="notif-when">{{$notification.ago}}</span>
|
|
</a>
|
|
</div>
|