mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +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>
|
<button {{action toggleVisibility}} class='btn btn-admin'><i class='fa fa-eye'></i> {{i18n topic.actions.visible}}</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue