summaryrefslogtreecommitdiffstats
path: root/collections/boards.js
diff options
context:
space:
mode:
Diffstat (limited to 'collections/boards.js')
-rw-r--r--collections/boards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/boards.js b/collections/boards.js
index d0507dc4..ade70466 100644
--- a/collections/boards.js
+++ b/collections/boards.js
@@ -131,7 +131,7 @@ Boards.helpers({
return Activities.find({ boardId: this._id }, { sort: { createdAt: -1 }});
},
absoluteUrl: function() {
- return Router.path('Board', { boardId: this._id, slug: this.slug });
+ return FlowRouter.path('board', { id: this._id, slug: this.slug });
},
colorClass: function() {
return 'board-color-' + this.color;