mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
PJAX the link to redraft
This commit is contained in:
parent
8ab83275f6
commit
f0597470a6
@ -121,7 +121,11 @@
|
||||
</div>
|
||||
<div class="level-right">
|
||||
{% if toot.account.acct == own_acct.acct %}
|
||||
<a class="level-item" href="{% url "redraft" toot.id %}">
|
||||
<a class="level-item" href="{% url "redraft" toot.id %}"
|
||||
ic-get-from="{% url "redraft" toot.id %}"
|
||||
ic-indicator="#page-load-indicator"
|
||||
ic-target="#main"
|
||||
ic-select-from-response="#main">
|
||||
redraft
|
||||
</a>
|
||||
<a class="level-item" href="{% url "delete" toot.id %}"
|
||||
|
Loading…
Reference in New Issue
Block a user