Add plugin outlet after user names in user profile page.
This commit is contained in:
parent
ff5f20bd39
commit
62ce9938ab
|
@ -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 New Issue