fix: load post creation page without turbo (for communities)
This commit is contained in:
parent
aee6026d01
commit
3326bbc1ae
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue