Add Dismiss Read to mobile view

This commit is contained in:
Robin Ward 2014-03-06 15:32:49 -05:00
parent e2ea148e38
commit 102242c9d5
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@
<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}}
{{#if showResetNew}}
<button class='btn dismiss-read' {{action resetNew}}>{{i18n topics.bulk.dismiss_new}}</button>
{{/if}}
<h3>
{{#if latest}}
{{footerMessage}}