mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:02:46 +08:00
FIX: undefined
label on Top dropdown on mobile
This commit is contained in:
parent
ef436a5775
commit
e8522e839b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user