mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 08:49:20 +00:00
FIX: Missing plugin outlet
This commit is contained in:
parent
7b2e4170e9
commit
c2462e1f2d
@ -66,7 +66,7 @@
|
||||
{{#if model.title}}
|
||||
<h3>{{model.title}}</h3>
|
||||
{{/if}}
|
||||
{{plugin-outlet "user-post-names"}}
|
||||
{{plugin-outlet name="user-post-names" args=(hash model=model)}}
|
||||
<h3>
|
||||
{{#if model.location}}{{fa-icon "map-marker"}} {{model.location}}{{/if}}
|
||||
{{#if model.website_name}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user