mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-31 03:29:23 +01:00
fix(forums): nav path indexs
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
}, function (item) {
|
||||
vm.forum = item;
|
||||
|
||||
vm.forumPath.push({name: vm.forum.name, state: 'forums.view', params: {forumId: vm.forum._id}});
|
||||
vm.forumPath.splice(0, 0, {name: 'Post New Topic', state: undefined});
|
||||
vm.forumPath.splice(0, 0, {name: vm.forum.name, state: 'forums.view', params: {forumId: vm.forum._id}});
|
||||
vm.forumPath.push({name: 'Post New Topic', state: undefined});
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user