mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
Used the term suspended instead of banned.
This commit is contained in:
@ -42,7 +42,7 @@ Discourse.Route.buildRoutes(function() {
|
||||
this.resource('adminUsers', { path: '/users' }, function() {
|
||||
this.resource('adminUser', { path: '/:username' });
|
||||
this.resource('adminUsersList', { path: '/list' }, function() {
|
||||
_.each(['active', 'new', 'pending', 'admins', 'moderators', 'blocked', 'banned',
|
||||
_.each(['active', 'new', 'pending', 'admins', 'moderators', 'blocked', 'suspended',
|
||||
'newuser', 'basic', 'regular', 'leaders', 'elders'], function(x) {
|
||||
this.route(x, { path: '/' + x });
|
||||
}, this);
|
||||
|
Reference in New Issue
Block a user