fix: load post creation page without turbo (for communities)

This commit is contained in:
trisua 2025-05-17 20:15:50 -04:00
parent aee6026d01
commit 3326bbc1ae

View file

@ -191,6 +191,7 @@
<a <a
href="/communities/intents/post?community={{ community.id }}" href="/communities/intents/post?community={{ community.id }}"
class="button quaternary" class="button quaternary"
data-turbo="false"
> >
{{ icon "plus" }} {{ icon "plus" }}
<span>{{ text "general:action.post" }}</span> <span>{{ text "general:action.post" }}</span>
@ -238,6 +239,7 @@
<a <a
href="/communities/intents/post?community={{ community.id }}" href="/communities/intents/post?community={{ community.id }}"
class="button quaternary" class="button quaternary"
data-turbo="false"
> >
{{ icon "plus" }} {{ icon "plus" }}
<span>{{ text "general:action.post" }}</span> <span>{{ text "general:action.post" }}</span>