mirror of
https://github.com/discourse/discourse.git
synced 2025-05-15 22:44:46 +08:00
FIX: Don't show empty user stats in the card when profile is hidden
This commit is contained in:
parent
43a7b08a48
commit
2178f7768f
@ -116,6 +116,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if user}}
|
||||
{{#unless user.profile_hidden}}
|
||||
<div class="metadata">
|
||||
{{#if user.last_posted_at}}
|
||||
<h3><span class='desc'>{{i18n 'last_post'}}</span> {{format-date user.last_posted_at leaveAgo="true"}}</h3>
|
||||
@ -140,6 +141,7 @@
|
||||
{{/if}}
|
||||
{{plugin-outlet name="user-card-metadata" args=(hash user=user)}}
|
||||
</div>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
|
||||
{{#if publicUserFields}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user