DEV: PluginOutlet addition in user/notifications-index & summary class names (#25463)
This commit is contained in:
parent
5a00d1964f
commit
2665752732
|
@ -14,6 +14,7 @@
|
||||||
/>
|
/>
|
||||||
</PluginOutlet>
|
</PluginOutlet>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
<PluginOutlet @name="user-notifications-above-filter" />
|
||||||
<div class="user-notifications-filter">
|
<div class="user-notifications-filter">
|
||||||
<NotificationsFilter
|
<NotificationsFilter
|
||||||
@value={{this.filter}}
|
@value={{this.filter}}
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
@outletArgs={{hash model=this.model user=this.user}}
|
@outletArgs={{hash model=this.model user=this.user}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="top-section">
|
<div class="top-section replies-and-topics-section">
|
||||||
<UserSummarySection @title="top_replies" class="replies-section pull-left">
|
<UserSummarySection @title="top_replies" class="replies-section pull-left">
|
||||||
<UserSummaryTopicsList
|
<UserSummaryTopicsList
|
||||||
@type="replies"
|
@type="replies"
|
||||||
|
@ -141,7 +141,7 @@
|
||||||
</UserSummarySection>
|
</UserSummarySection>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="top-section">
|
<div class="top-section links-and-replied-to-section">
|
||||||
<UserSummarySection @title="top_links" class="links-section pull-left">
|
<UserSummarySection @title="top_links" class="links-section pull-left">
|
||||||
{{#if this.model.links.length}}
|
{{#if this.model.links.length}}
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in New Issue