Initial badge system implementation.

This commit is contained in:
Vikhyat Korrapati
2014-03-05 18:22:20 +05:30
parent 9eb3958374
commit 9b26c8584e
41 changed files with 1186 additions and 0 deletions

View File

@ -57,5 +57,7 @@ Discourse.Route.buildRoutes(function() {
});
});
this.route('badges');
});
});