added the Manage Topic page and strengthened some link conditions for anonymous user

This commit is contained in:
2026-01-28 15:19:18 -07:00
parent ead2b37f08
commit 928a19d600
8 changed files with 137 additions and 21 deletions
+4 -2
View File
@@ -36,8 +36,10 @@
{{ end }}
<a href="/TODO"
class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded text-sm font-medium transition-colors">Find</a>
<a href="/TODO"
class="bg-gray-600 hover:bg-gray-700 text-white px-4 py-2 rounded text-sm font-medium transition-colors">Manage</a>
{{ if !isAnon }}
<a href="{{ topicListLink }}/op/{{ topicNum }}/manage"
class="bg-gray-600 hover:bg-gray-700 text-white px-4 py-2 rounded text-sm font-medium transition-colors">Manage</a>
{{ end }}
</div>
<div class="flex gap-2 flex-wrap">
{{ if canStick }}