landed publishing post to front page

This commit is contained in:
2026-01-30 15:09:19 -07:00
parent 2c9ceefd6b
commit 53845bf6b1
5 changed files with 76 additions and 2 deletions
+1 -1
View File
@@ -144,7 +144,7 @@
class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-2 rounded text-sm font-medium transition-colors whitespace-nowrap">Move</a>
{{ end }}
{{ if canPublish }}
<a href="/TODO"
<a href="{{ topicListLink }}/op/{{ topicNum }}/publish/{{ p.Num }}"
class="bg-blue-600 hover:bg-blue-700 text-white px-3 py-2 rounded text-sm font-medium transition-colors whitespace-nowrap">Publish</a>
{{ end }}
</div>