From f30c776f20cb20d3eea1e8d3b12160412d111c64 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sat, 19 Dec 2015 17:39:38 +0100 Subject: Fix home header bar The issue was introduced in 3b2eb0f but was only partially fixed (in urgency) in 71b9a42. We sould have test to avoid these trivial regressions! (I guess React will also yelp in this particular case by removing the need to link the template and the "component", and thus removing the possibility to break this link) Fixes #434 --- client/components/boards/boardArchive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/boards') diff --git a/client/components/boards/boardArchive.js b/client/components/boards/boardArchive.js index 6f62daaf..bd0de0a3 100644 --- a/client/components/boards/boardArchive.js +++ b/client/components/boards/boardArchive.js @@ -1,4 +1,4 @@ -Template.boardHeaderBar.events({ +Template.boardListHeaderBar.events({ 'click .js-open-archived-board'() { Modal.open('archivedBoards'); }, -- cgit v1.2.3-1-g7c22