summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js2
1 files changed, 1 insertions, 1 deletions
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() {