mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
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:
parent
a24af125b3
commit
02eacdb84a
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue