add sorting topics view

This commit is contained in:
2025-05-23 20:41:06 +03:00
parent 800cd6a1bf
commit 12269dd9b3
6 changed files with 122 additions and 6 deletions

View File

@ -2,6 +2,7 @@
<h1 class="thread-title">All topics</h1>
<% if me:is_mod() then %>
<a class="linkbutton" href="<%= url_for("topic_create") %>">Create new topic</a>
<a class="linkbutton" href="<%= url_for("sort_topics") %>">Sort topics</a>
<% end %>
</nav>