landed community join and unjoin functionality
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user