mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 13:17:20 -05:00
TRIVIAL: Move button to the bottom of the topic list
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user