mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:15:46 +08:00
FIX: Hide publish_read_state option from non-admin users (#10148)
This commit is contained in:
parent
fc8e842773
commit
4db9f7bb73
|
@ -62,6 +62,7 @@
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{#if currentUser.admin}}
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label>
|
<label>
|
||||||
{{input type="checkbox"
|
{{input type="checkbox"
|
||||||
|
@ -71,6 +72,7 @@
|
||||||
{{i18n "admin.groups.manage.interaction.publish_read_state"}}
|
{{i18n "admin.groups.manage.interaction.publish_read_state"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{#if showEmailSettings}}
|
{{#if showEmailSettings}}
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user