mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 02:04:31 +08:00
Add plugin outlet to metadata area of user card template
This commit is contained in:
parent
f99a9324ff
commit
a9f3531c70
@ -63,6 +63,7 @@
|
|||||||
<h3><span class='desc'>{{i18n 'last_post'}}</span> {{format-date user.last_posted_at leaveAgo="true"}}</h3>
|
<h3><span class='desc'>{{i18n 'last_post'}}</span> {{format-date user.last_posted_at leaveAgo="true"}}</h3>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<h3><span class='desc'>{{i18n 'joined'}}</span> {{format-date user.created_at leaveAgo="true"}}</h3>
|
<h3><span class='desc'>{{i18n 'joined'}}</span> {{format-date user.created_at leaveAgo="true"}}</h3>
|
||||||
|
{{plugin-outlet "user-card-metadata"}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user