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
|
|
|
|
2016-08-01 16:18:11 +00:00
|
|
|
<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
|
2021-09-18 05:08:29 +00:00
|
|
|
<a href="{{$notification.link}}" target="friendica-notifications"><img src="{{$notification.image}}" class="notif-image">{{$notification.text nofilter}} <span class="notif-when">{{$notification.ago}}</span></a>
|
2024-08-24 18:23:27 +00:00
|
|
|
</div>
|