TRIVIAL: Move button to the bottom of the topic list
This commit is contained in:
parent
1aa27ade17
commit
80176cb4cf
|
@ -4,10 +4,6 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if showDismissRead}}
|
||||
<button class='btn dismiss-read' {{action dismissRead}}>{{i18n topics.bulk.dismiss_read}}</button>
|
||||
{{/if}}
|
||||
|
||||
<div class='contents'>
|
||||
{{#if showTable}}
|
||||
<table id='topic-list'>
|
||||
|
@ -69,6 +65,10 @@
|
|||
<div class='topics-loading'>{{i18n topic.loading_more}}</div>
|
||||
{{/if}}
|
||||
{{#if allLoaded}}
|
||||
{{#if showDismissRead}}
|
||||
<button class='btn dismiss-read' {{action dismissRead}}>{{i18n topics.bulk.dismiss_read}}</button>
|
||||
{{/if}}
|
||||
|
||||
<h3>
|
||||
{{#if latest}}
|
||||
{{footerMessage}}
|
||||
|
|
Loading…
Reference in New Issue