chore: remove unused link on table header

Refs: #362
This commit is contained in:
hono4kami 2024-12-17 20:08:40 +07:00 committed by hono4kami
parent 8dd3d3de93
commit 8ffd02651c

View file

@ -113,9 +113,6 @@
</button>
</th>
<th scope="col">
<a href="?sort_by=post_reply_count{{ ' asc' if sort_by == 'post_reply_count desc' else ' desc' }}" title="{{ _('Sort by reply count') }}" rel="nofollow">{{ _('Comments') }}
<span class="{{ 'fe fe-chevron-up' if sort_by == 'post_reply_count asc' }}{{ 'fe fe-chevron-down' if sort_by == 'post_reply_count desc' }}"></span>
</a>
<button
hx-get="/communities"
hx-vals='{"sort_by": "post_reply_count{{ ' asc' if sort_by == 'post_reply_count desc' else ' desc' }}"}'