mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Reset Read Data not needed here
This commit is contained in:
parent
d09b30775c
commit
efb8dec951
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user