mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: user-card-content-container plugin outlet (#24374)
This commit is contained in:
parent
416cef9ed1
commit
e9288896e7
@ -2,13 +2,15 @@
|
|||||||
<div class="card-cloak hidden"></div>
|
<div class="card-cloak hidden"></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<UserCardContents
|
<PluginOutlet @name="user-card-content-container">
|
||||||
@topic={{this.topic.model}}
|
<UserCardContents
|
||||||
@showUser={{this.showUser}}
|
@topic={{this.topic.model}}
|
||||||
@filterPosts={{this.filterPosts}}
|
@showUser={{this.showUser}}
|
||||||
@composePrivateMessage={{route-action "composePrivateMessage"}}
|
@filterPosts={{this.filterPosts}}
|
||||||
role="dialog"
|
@composePrivateMessage={{route-action "composePrivateMessage"}}
|
||||||
/>
|
role="dialog"
|
||||||
|
/>
|
||||||
|
</PluginOutlet>
|
||||||
|
|
||||||
<GroupCardContents
|
<GroupCardContents
|
||||||
@topic={{this.topic.model}}
|
@topic={{this.topic.model}}
|
||||||
|
Loading…
Reference in New Issue
Block a user