mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 18:12:46 +08:00
DEV: Add plugin outlet above the navigation in the messages tab in the user profile (#22254)
This commit is contained in:
parent
dec93cdac5
commit
40301fae36
|
@ -1,5 +1,10 @@
|
|||
<DSection @pageClass="user-messages" />
|
||||
|
||||
<PluginOutlet
|
||||
@name="user-messages-above-navigation"
|
||||
@outletArgs={{hash model=this.model}}
|
||||
/>
|
||||
|
||||
<div class="user-navigation user-navigation-secondary">
|
||||
<ol class="category-breadcrumb">
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user