From 9bbdacc79a89667e0d6f1ed30c415e5350ad468b Mon Sep 17 00:00:00 2001 From: Liming Xie Date: Tue, 5 Jan 2016 23:26:02 +0800 Subject: Add notification, allow watch boards / lists / cards --- models/boards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/boards.js') diff --git a/models/boards.js b/models/boards.js index e20ca8ce..64d6df62 100644 --- a/models/boards.js +++ b/models/boards.js @@ -151,7 +151,7 @@ Boards.helpers({ }, absoluteUrl() { - return FlowRouter.path('board', { id: this._id, slug: this.slug }); + return FlowRouter.url('board', { id: this._id, slug: this.slug }); }, colorClass() { -- cgit v1.2.3-1-g7c22