2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-05 22:14:25 +00:00
|
|
|
|
2020-02-05 16:14:04 +00:00
|
|
|
<div class="notif-item {{if !$item_seen}}unseen{{/if}}" {{if $item_seen}}aria-hidden="true"{{/if}}>
|
2024-08-07 10:43:00 +00:00
|
|
|
<a href="{{$notification.link}}">
|
|
|
|
<img src="{{$notification.image}}" aria-hidden="true" class="notif-image">
|
2024-08-07 11:57:13 +00:00
|
|
|
<link rel="stylesheet" href="view/global.css">
|
2024-08-07 10:43:00 +00:00
|
|
|
<span class="notif-text">{{$notification.text}}</span>
|
|
|
|
<span class="notif-when">{{$notification.ago}}</span>
|
|
|
|
</a>
|
2020-02-05 16:14:04 +00:00
|
|
|
</div>
|