TRIVIAL: Move button to the bottom of the topic list

This commit is contained in:
Robin Ward 2014-02-21 15:59:28 -05:00
parent 1aa27ade17
commit 80176cb4cf
1 changed files with 4 additions and 4 deletions

View File

@ -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}}