Posts: Remove "Report" button

This commit removes the Report button. When the feature-reports branch
is finished and merged with the main branch, the button will return to
its place.
This commit is contained in:
Ilya Prokopenko 2022-02-11 07:19:18 +03:00
parent a24af125b3
commit 02eacdb84a
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -31,6 +31,5 @@
{/if} {/if}
<a n:if="$canDelete ?? false" class="profile_link" style="display:block;width:96%;" href="/wall{$post->getPrettyId()}/delete">{_delete}</a> <a n:if="$canDelete ?? false" class="profile_link" style="display:block;width:96%;" href="/wall{$post->getPrettyId()}/delete">{_delete}</a>
<a class="profile_link" style="display:block;width:96%;" href="/report.pl/{$post->getId()}?type=post">{_report}</a>
</div> </div>
{/block} {/block}