mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-27 02:59:47 +02:00
WIP: make code compatible with new SILK API
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<div class="header_container">
|
||||
<?lua if data.photo and data.photo ~= "" and data.user ~= "mrsang" then ?>
|
||||
<img src="/<?=data.user?>/user/photo"></img>
|
||||
<img src="<?=HTTP_ROOT?>/<?=data.user?>/user/photo"></img>
|
||||
<?lua end ?>
|
||||
<h1>
|
||||
<span class="name"><?=data.fullname?></span>
|
||||
|
Reference in New Issue
Block a user