mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
FIX: Make user-card-metadata plugin outlet tagless (#14131)
This commit is contained in:
parent
a7ec1a86b5
commit
5ae700e731
@ -222,7 +222,7 @@
|
||||
{{/if}}
|
||||
</h3>
|
||||
{{/if}}
|
||||
{{plugin-outlet name="user-card-metadata" args=(hash user=this.user)}}
|
||||
{{plugin-outlet name="user-card-metadata" args=(hash user=this.user) tagName=""}}
|
||||
</div>
|
||||
{{/unless}}
|
||||
{{plugin-outlet name="user-card-after-metadata" args=(hash user=this.user) tagName=""}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user