mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Add plugin outlet after user names in user profile page.
This commit is contained in:
parent
ff5f20bd39
commit
62ce9938ab
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
{{#if model.title}}
|
{{#if model.title}}
|
||||||
<h3>{{model.title}}</h3>
|
<h3>{{model.title}}</h3>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{plugin-outlet "user-post-names"}}
|
||||||
<h3>
|
<h3>
|
||||||
{{#if model.location}}{{fa-icon "map-marker"}} {{model.location}}{{/if}}
|
{{#if model.location}}{{fa-icon "map-marker"}} {{model.location}}{{/if}}
|
||||||
{{#if model.website_name}}
|
{{#if model.website_name}}
|
||||||
|
|
Loading…
Reference in a new issue