mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Restrict access to the Email admin tab to Admins
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
{{/if}}
|
||||
{{#if currentUser.admin}}
|
||||
{{nav-item route='adminGroups' label='admin.groups.title'}}
|
||||
{{nav-item route='adminEmail' label='admin.email.title'}}
|
||||
{{/if}}
|
||||
{{nav-item route='adminEmail' label='admin.email.title'}}
|
||||
{{nav-item route='adminFlags' label='admin.flags.title'}}
|
||||
{{nav-item route='adminLogs' label='admin.logs.title'}}
|
||||
{{#if currentUser.admin}}
|
||||
|
||||
Reference in New Issue
Block a user