2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: users tab in admin panel doesn’t stay highlighted

This commit is contained in:
Arpit Jalan 2015-01-13 02:03:11 +05:30
parent dba57a4a25
commit bbb23bb736
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
export default Discourse.Route.extend({
redirect: function() {
this.replaceWith('adminUsersList.show', 'active');
}
});