mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:42:55 +08:00
FIX: user-card-post-names
outlet should be a div
.
This commit is contained in:
parent
40deef32e3
commit
ecb1078343
|
@ -30,7 +30,7 @@
|
|||
<h2>{{user.title}}</h2>
|
||||
{{/if}}
|
||||
|
||||
{{plugin-outlet name="user-card-post-names" args=(hash user=user)}}
|
||||
{{plugin-outlet name="user-card-post-names" args=(hash user=user) tagName='div'}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user