Add plugin outlet to metadata area of user card template

This commit is contained in:
Benjamin Kampmann 2015-06-11 15:27:21 +02:00
parent f99a9324ff
commit a9f3531c70
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
<h3><span class='desc'>{{i18n 'last_post'}}</span> {{format-date user.last_posted_at leaveAgo="true"}}</h3>
{{/if}}
<h3><span class='desc'>{{i18n 'joined'}}</span> {{format-date user.created_at leaveAgo="true"}}</h3>
{{plugin-outlet "user-card-metadata"}}
</div>
{{/if}}