mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:23:22 +08:00
Add a count of blocked users on the dashboard
This commit is contained in:
@ -35,6 +35,7 @@ Discourse.Route.buildRoutes(function() {
|
||||
this.route('pending', { path: '/pending' });
|
||||
this.route('admins', { path: '/admins' });
|
||||
this.route('moderators', { path: '/moderators' });
|
||||
this.route('blocked', { path: '/blocked' });
|
||||
// Trust Levels:
|
||||
this.route('newuser', { path: '/newuser' });
|
||||
this.route('basic', { path: '/basic' });
|
||||
|
Reference in New Issue
Block a user