mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-28 07:58:23 +00:00
Fix not showing user information on anonymous posts
This commit is contained in:
parent
11e8a00c1d
commit
9f746c8dbf
@ -26,7 +26,7 @@
|
||||
<p>{{album.CreatedAt}}</p>
|
||||
|
||||
<div class="imageMeta__wrapper">
|
||||
{{#if album.User}}
|
||||
{{#if album.User.Username}}
|
||||
<div class="user">
|
||||
<a href="/user/{{album.User.Username}}">
|
||||
<img src="{{album.User.Avatar}}" class="pfp" width="36" height="36" loading="lazy" />
|
||||
|
Loading…
Reference in New Issue
Block a user