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