mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Remove intercooler attributes from redraft link
This commit is contained in:
@@ -184,12 +184,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="level-right">
|
<div class="level-right">
|
||||||
{% if toot.account.acct == own_acct.acct %}
|
{% 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"
|
|
||||||
ic-push-url="true">
|
|
||||||
redraft
|
redraft
|
||||||
</a>
|
</a>
|
||||||
<a class="level-item" href="{% url "delete" toot.id %}"
|
<a class="level-item" href="{% url "delete" toot.id %}"
|
||||||
|
Reference in New Issue
Block a user