1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-08 17:30:43 +00:00

Remove intercooler attributes from redraft link

This commit is contained in:
Jason McBrayer 2019-03-03 20:04:29 -05:00
parent 5877344c16
commit 882a713788

View File

@ -184,12 +184,7 @@
</div>
<div class="level-right">
{% if toot.account.acct == own_acct.acct %}
<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">
<a class="level-item" href="{% url "redraft" toot.id %}">
redraft
</a>
<a class="level-item" href="{% url "delete" toot.id %}"