UX: Relocate before-topic-list outlet so it shows up on Top as well
This commit is contained in:
parent
8e6d95a309
commit
7a76f3c295
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue