1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 07:54:25 +02:00

User settings GUI, including some new components

This commit is contained in:
Toby Zerner
2015-03-28 11:33:18 +10:30
parent e710a2c93e
commit 6dcc14ef49
24 changed files with 472 additions and 7 deletions

View File

@@ -15,9 +15,8 @@ Router.map(function() {
this.resource('user', {path: '/u/:username'}, function() {
this.route('activity', {path: '/'});
this.route('edit');
this.route('settings');
});
this.resource('settings');
});
export default Router;