mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:52:46 +08:00
DEV: add panel-body-bottom outlet to user menu (#21386)
This commit is contained in:
parent
b2a727336e
commit
2cc644cec7
|
@ -29,6 +29,13 @@
|
||||||
{{i18n "user.dismiss"}}
|
{{i18n "user.dismiss"}}
|
||||||
</button>
|
</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<PluginOutlet
|
||||||
|
@name="panel-body-bottom"
|
||||||
|
@outletArgs={{hash
|
||||||
|
itemsCacheKey=this.itemsCacheKey
|
||||||
|
closeUserMenu=@closeUserMenu
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{component this.emptyStateComponent}}
|
{{component this.emptyStateComponent}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user