UX: Relocate before-topic-list outlet so it shows up on Top as well

This commit is contained in:
Joe 2020-05-30 03:31:28 +08:00
parent 8e6d95a309
commit 7a76f3c295
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,6 @@
{{period-chooser period=period action=(action "changePeriod") fullDay=false}} {{period-chooser period=period action=(action "changePeriod") fullDay=false}}
</div> </div>
{{else}} {{else}}
{{plugin-outlet name="before-topic-list" args=(hash category=category)}}
{{#if topicTrackingState.hasIncoming}} {{#if topicTrackingState.hasIncoming}}
<div class="show-more {{if hasTopics "has-topics"}}"> <div class="show-more {{if hasTopics "has-topics"}}">
<a tabindex="0" href {{action "showInserted"}} class="alert alert-info clickable"> <a tabindex="0" href {{action "showInserted"}} class="alert alert-info clickable">
@ -52,6 +50,7 @@
</div> </div>
{{/if}} {{/if}}
{{/if}} {{/if}}
{{plugin-outlet name="before-topic-list" args=(hash category=category)}}
{{#if hasTopics}} {{#if hasTopics}}
{{topic-list {{topic-list