mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:13:38 +08:00
DEV: Add PluginOutlet wrapping user notifications EmptyState (#25406)
This commit is contained in:
parent
4bef6fbd62
commit
9130a3cafd
|
@ -7,10 +7,12 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
{{else if this.doesNotHaveNotifications}}
|
||||
<EmptyState
|
||||
@title={{i18n "user.no_notifications_page_title"}}
|
||||
@body={{this.emptyStateBody}}
|
||||
/>
|
||||
<PluginOutlet @name="user-notifications-empty-state">
|
||||
<EmptyState
|
||||
@title={{i18n "user.no_notifications_page_title"}}
|
||||
@body={{this.emptyStateBody}}
|
||||
/>
|
||||
</PluginOutlet>
|
||||
{{else}}
|
||||
<div class="user-notifications-filter">
|
||||
<NotificationsFilter
|
||||
|
|
Loading…
Reference in New Issue
Block a user