mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: wrap plugin outlets on user preference page
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
</div>
|
||||
|
||||
<div class="user-preferences__tracking-categories-tags-wrapper">
|
||||
<div>
|
||||
<UserPreferences::Categories
|
||||
@canSee={{this.canSee}}
|
||||
@model={{this.model}}
|
||||
@@ -18,13 +19,16 @@
|
||||
@hideMutedTags={{this.hideMutedTags}}
|
||||
@siteSettings={{this.siteSettings}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<UserPreferences::Tags
|
||||
@model={{this.model}}
|
||||
@selectedTags={{this.selectedTags}}
|
||||
@save={{this.save}}
|
||||
@siteSettings={{this.siteSettings}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{#if this.canSave}}
|
||||
|
||||
Reference in New Issue
Block a user