mirror of https://gitlab.com/brutaldon/brutaldon
Remove intercooler attributes from redraft link
This commit is contained in:
parent
5877344c16
commit
882a713788
|
@ -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 %}"
|
||||||
|
|
Loading…
Reference in New Issue