Add a count of blocked users on the dashboard

This commit is contained in:
Neil Lalonde
2013-06-04 11:53:19 -04:00
parent e3861893a2
commit 2259e97d42
8 changed files with 23 additions and 0 deletions

View File

@ -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' });