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

FIX: Admin section wasn't correctly highlighting some routes

This commit is contained in:
Robin Ward 2015-11-20 15:07:04 -05:00
parent e82145cbf9
commit 1bf2b236cb
5 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
export default Ember.Route.extend({
beforeModel() {
this.replaceWith('adminCustomize.colors');
this.transitionTo('adminCustomize.colors');
}
});