Backport post deletion fix :DDD

This commit is contained in:
fkwa 2020-06-18 17:40:45 +03:00 committed by GitHub
parent 0cf2fbf3fe
commit 31c595384f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,6 @@
{/if}
<a n:if="$canDelete ?? false" class="profile_link" style="display:block;width:96%;" href="/wall{$post->getPrettyId()}/delete">Удалить</a>
{/if}
<a class="profile_link" style="display:block;width:96%;" href="/report.pl/{$post->getId()}?type=post">Пожаловаться</a>
</div>
{/block}