mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 03:09:29 +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" />
|
<DSection @pageClass="user-messages" />
|
||||||
|
|
||||||
|
<PluginOutlet
|
||||||
|
@name="user-messages-above-navigation"
|
||||||
|
@outletArgs={{hash model=this.model}}
|
||||||
|
/>
|
||||||
|
|
||||||
<div class="user-navigation user-navigation-secondary">
|
<div class="user-navigation user-navigation-secondary">
|
||||||
<ol class="category-breadcrumb">
|
<ol class="category-breadcrumb">
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user