mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
PJAX thread links
This commit is contained in:
parent
43d4b6a30d
commit
f9673696d5
@ -130,7 +130,13 @@
|
||||
{% endif %}
|
||||
{{ toot.visibility }}
|
||||
|
||||
<a class="level-item" href="{% url "thread" toot.id %}">
|
||||
<a class="level-item" href="{% url "thread" toot.id %}"
|
||||
ic-get-from="{% url "thread" toot.id %}"
|
||||
ic-target="#main"
|
||||
ic-select-from-response="#main"
|
||||
ic-push-url="true"
|
||||
ic-on-success="afterPage('{{ own_acct.username }}', 'thread');"
|
||||
ic-indicator="#page-load-indicator"">
|
||||
thread
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user