add bookmark button to thread and posts in thread view

This commit is contained in:
2025-11-21 06:59:59 +03:00
parent 10934c557d
commit 831eb32b8a
7 changed files with 54 additions and 6 deletions

View File

@@ -53,7 +53,7 @@
</span>
<span>
{% if active_user and not active_user.is_guest() -%}
<button class="thread-info-bookmark-button contain-svg icon" type="button">{{ icn_bookmark() }}Bookmark</button>
<button class="thread-info-bookmark-button contain-svg icon" type="button">{{ icn_bookmark(20) }}Bookmark</button>
{%- endif %}
</span>
</span>