mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:07:17 +08:00
FIX: undefined
label on Top dropdown on mobile
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<div class='contents'>
|
||||
{{#if top}}
|
||||
<div class='top-lists'>
|
||||
{{top-period-chooser period=period}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if showTable}}
|
||||
{{#if top}}
|
||||
<div class='top-lists'>
|
||||
{{top-period-chooser period=period}}
|
||||
</div>
|
||||
{{/if}}
|
||||
<table class='topic-list'>
|
||||
{{#if topicTrackingState.hasIncoming}}
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user