mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
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}}
|
||||
</div>
|
||||
{{else}}
|
||||
{{plugin-outlet name="before-topic-list" args=(hash category=category)}}
|
||||
|
||||
{{#if topicTrackingState.hasIncoming}}
|
||||
<div class="show-more {{if hasTopics "has-topics"}}">
|
||||
<a tabindex="0" href {{action "showInserted"}} class="alert alert-info clickable">
|
||||
@ -52,6 +50,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{plugin-outlet name="before-topic-list" args=(hash category=category)}}
|
||||
|
||||
{{#if hasTopics}}
|
||||
{{topic-list
|
||||
|
Loading…
Reference in New Issue
Block a user