mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
Change those ic-post-to back to ic-get-from for now
This commit is contained in:
parent
ffaad25111
commit
2613de0646
@ -61,7 +61,7 @@
|
|||||||
<!-- navbar start, navbar end -->
|
<!-- navbar start, navbar end -->
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a href="{% url "home" %}" class="navbar-item"
|
<a href="{% url "home" %}" class="navbar-item"
|
||||||
ic-post-to="{% url "home" %}"
|
ic-get-from="{% url "home" %}"
|
||||||
ic-target="#main"
|
ic-target="#main"
|
||||||
ic-select-from-response="#main"
|
ic-select-from-response="#main"
|
||||||
ic-push-url="true"
|
ic-push-url="true"
|
||||||
@ -70,7 +70,7 @@
|
|||||||
<span> Home</span>
|
<span> Home</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "note" %}"
|
<a class="navbar-item" href="{% url "note" %}"
|
||||||
ic-post-to="{% url "note" %}"
|
ic-get-from="{% url "note" %}"
|
||||||
ic-target="#main"
|
ic-target="#main"
|
||||||
ic-select-from-response="#main"
|
ic-select-from-response="#main"
|
||||||
ic-push-url="true"
|
ic-push-url="true"
|
||||||
@ -79,7 +79,7 @@
|
|||||||
<span > Notifications</span>
|
<span > Notifications</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "local" %}"
|
<a class="navbar-item" href="{% url "local" %}"
|
||||||
ic-post-to="{% url "local" %}"
|
ic-get-from="{% url "local" %}"
|
||||||
ic-target="#main"
|
ic-target="#main"
|
||||||
ic-select-from-response="#main"
|
ic-select-from-response="#main"
|
||||||
ic-push-url="true"
|
ic-push-url="true"
|
||||||
@ -88,7 +88,7 @@
|
|||||||
<span > Local</span>
|
<span > Local</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "fed" %}"
|
<a class="navbar-item" href="{% url "fed" %}"
|
||||||
ic-post-to="{% url "fed" %}"
|
ic-get-from="{% url "fed" %}"
|
||||||
ic-target="#main"
|
ic-target="#main"
|
||||||
ic-select-from-response="#main"
|
ic-select-from-response="#main"
|
||||||
ic-push-url="true"
|
ic-push-url="true"
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<span > Federated</span>
|
<span > Federated</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "toot" %}"
|
<a class="navbar-item" href="{% url "toot" %}"
|
||||||
ic-post-to="{% url "toot" %}"
|
ic-get-from="{% url "toot" %}"
|
||||||
ic-target="#main"
|
ic-target="#main"
|
||||||
ic-select-from-response="#main"
|
ic-select-from-response="#main"
|
||||||
ic-push-url="true"
|
ic-push-url="true"
|
||||||
@ -106,7 +106,7 @@
|
|||||||
<span > New Toot</span>
|
<span > New Toot</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "search" %}"
|
<a class="navbar-item" href="{% url "search" %}"
|
||||||
ic-post-to="{% url "search" %}"
|
ic-get-from="{% url "search" %}"
|
||||||
ic-target="#main"
|
ic-target="#main"
|
||||||
ic-select-from-response="#main"
|
ic-select-from-response="#main"
|
||||||
ic-push-url="true"
|
ic-push-url="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user