mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
4 lines
No EOL
357 B
HTML
4 lines
No EOL
357 B
HTML
<a href="/community/{{ community.id }}/notification"
|
|
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> |