Fix note button display
This commit is contained in:
@@ -306,7 +306,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if obj.id | is_from_outbox %}
|
{% if obj.id | is_from_outbox %}
|
||||||
<form action="/api/note/delete" class="action-form" method="POST">
|
<form action="/api/note/delete" class="action-form" method="POST">
|
||||||
@@ -331,7 +330,7 @@
|
|||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% else %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if session.logged_in and obj.inReplyTo and not meta.count_reply and not perma %}
|
{% if session.logged_in and obj.inReplyTo and not meta.count_reply and not perma %}
|
||||||
|
Reference in New Issue
Block a user