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

FIX: Back button was a bit odd with default admin users list

This commit is contained in:
Robin Ward 2015-03-05 16:14:27 -05:00
parent 4691fe35b3
commit e63a24a08a
2 changed files with 2 additions and 2 deletions

View file

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