pyfedi/app/templates/community/_notification_toggle.html

4 lines
372 B
HTML
Raw Normal View History

2024-01-10 09:34:58 +13:00
<a href="/community/{{ community.id }}/notification" rel="nofollow"
2024-01-07 12:47:06 +13:00
class="fe {{ 'fe-bell' if community.notify_new_posts(current_user.id) else 'fe-no-bell' }} no-underline"
hx-post="/community/{{ community.id }}/notification" hx-trigger="click throttle:1s" hx-swap="outerHTML"
title="{{ _('Notify about every new post. Not advisable in high traffic communities!') }}"></a>