2024-01-10 09:34:58 +13:00
|
|
|
<a href="{{ url_for('post.post_reply_notification', post_reply_id=comment['comment'].id) }}" rel="nofollow"
|
2024-07-10 16:28:51 +02:00
|
|
|
class="fe {{ 'fe-bell' if comment['comment'].notify_new_replies(current_user.id) else 'fe-no-bell' }}"
|
2024-01-10 09:34:58 +13:00
|
|
|
hx-post="{{ url_for('post.post_reply_notification', post_reply_id=comment['comment'].id) }}" hx-trigger="click throttle:1s" hx-swap="outerHTML"
|
2024-07-10 16:28:51 +02:00
|
|
|
title="{{ _('Notify about replies') }}" aria-label="{{ _('Notify about replies') }}"></a>
|