mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
parent
3d02dc28be
commit
c1da9e780e
@ -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'>
|
||||
|
Loading…
Reference in New Issue
Block a user