1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

Add user profile side nav

This commit is contained in:
Toby Zerner
2015-03-12 12:59:32 +10:30
parent 720fbd6ac6
commit edac830371
8 changed files with 80 additions and 30 deletions

View File

@@ -13,7 +13,8 @@ Router.map(function() {
});
this.resource('user', {path: '/u/:username'}, function() {
this.route('activity');
this.route('activity', {path: '/'});
this.route('discussions');
this.route('posts');
this.route('edit');
});