landed community join and unjoin functionality

This commit is contained in:
2025-10-22 16:27:01 -06:00
parent 6d3403cd53
commit 11537d5d7f
7 changed files with 249 additions and 4 deletions
+2 -2
View File
@@ -33,7 +33,7 @@
</div>
{{ if isset(canJoin) }}
<div class="text-center">
<a href="/TODO/comm/join"
<a href="/comm/{{ commAlias }}/join"
class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-4 py-1 rounded text-xs font-medium transition-colors">
Join Now
</a>
@@ -41,7 +41,7 @@
{{ end }}
{{ if isset(canInvite) }}
<div class="text-center">
<a href="/TODO/comm/invite"
<a href="/TODO/comm/{{ commAlias }}/invite"
class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-4 py-1 rounded text-xs font-medium transition-colors">
Invite
</a>