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:
parent
d09b30775c
commit
efb8dec951
1 changed files with 1 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue