2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Reset Read Data not needed here

This commit is contained in:
Jeff Atwood 2014-08-18 02:17:40 -07:00
parent d09b30775c
commit efb8dec951

View file

@ -66,12 +66,7 @@
<button {{action toggleVisibility}} class='btn btn-admin'><i class='fa fa-eye'></i> {{i18n topic.actions.visible}}</button>
{{/if}}
</li>
{{#if currentUser.staff}}
<li>
<button class='btn btn-admin' {{action resetRead}}><i class='fa fa-times'></i> {{i18n topic.actions.reset_read}}</button>
</li>
{{/if}}
</ul>
</div>
{{else}}