summaryrefslogtreecommitdiffstats
path: root/collections/cards.js
diff options
context:
space:
mode:
Diffstat (limited to 'collections/cards.js')
-rw-r--r--collections/cards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/cards.js b/collections/cards.js
index 92a3f618..d9f1bf6e 100644
--- a/collections/cards.js
+++ b/collections/cards.js
@@ -143,7 +143,7 @@ Cards.helpers({
},
absoluteUrl: function() {
var board = this.board();
- return Router.path('Card', {
+ return FlowRouter.path('card', {
boardId: board._id,
slug: board.slug,
cardId: this._id