mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
FEATURE: Added user profile and card outlets
Added user-location-and-website outlet Added user-card-location-and-website outlet
This commit is contained in:
@ -80,6 +80,8 @@
|
||||
{{/if}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
{{plugin-outlet "user-card-location-and-website"}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
@ -74,6 +74,7 @@
|
||||
<span title={{model.website}}>{{model.website_name}}</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{plugin-outlet "user-location-and-website"}}
|
||||
</h3>
|
||||
|
||||
<div class='bio'>
|
||||
|
Reference in New Issue
Block a user