mirror of
https://github.com/discourse/discourse.git
synced 2025-01-15 15:33:00 +08:00
DEV: before-panel-body outlet (#30739)
We already have after-panel-body outlet and I will need this one for `*********-******`.
This commit is contained in:
parent
98fa42f2e2
commit
637a6d7928
|
@ -1,3 +1,7 @@
|
|||
<PluginOutlet
|
||||
@name="before-panel-body"
|
||||
@outletArgs={{hash closeUserMenu=@closeUserMenu}}
|
||||
/>
|
||||
{{#if this.loading}}
|
||||
<div class="spinner-container">
|
||||
<div class="spinner"></div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user