mirror of
https://github.com/openvk/openvk
synced 2025-06-07 22:59:58 +03:00
fix: hide anon gift name
This commit is contained in:
parent
b85e74a3d8
commit
00ca8d65d0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class="nobold">{_sender}: </span></td>
|
<td><span class="nobold">{_sender}: </span></td>
|
||||||
<td>
|
<td n:if="!$x->anon">
|
||||||
<a href="{$x->sender->getURL()}">
|
<a href="{$x->sender->getURL()}">
|
||||||
{$x->sender->getFullName()}
|
{$x->sender->getFullName()}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue