summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards')
-rw-r--r--client/components/boards/boardColors.styl (renamed from client/components/boards/colors.styl)0
-rw-r--r--client/components/boards/boardsList.jade (renamed from client/components/boards/boardList.jade)0
-rw-r--r--client/components/boards/boardsList.js (renamed from client/components/boards/boardList.js)0
-rw-r--r--client/components/boards/boardsList.styl (renamed from client/components/boards/boardList.styl)0
-rw-r--r--client/components/boards/helpers.js6
5 files changed, 0 insertions, 6 deletions
diff --git a/client/components/boards/colors.styl b/client/components/boards/boardColors.styl
index d131701c..d131701c 100644
--- a/client/components/boards/colors.styl
+++ b/client/components/boards/boardColors.styl
diff --git a/client/components/boards/boardList.jade b/client/components/boards/boardsList.jade
index 4a73ed48..4a73ed48 100644
--- a/client/components/boards/boardList.jade
+++ b/client/components/boards/boardsList.jade
diff --git a/client/components/boards/boardList.js b/client/components/boards/boardsList.js
index 2311e7d0..2311e7d0 100644
--- a/client/components/boards/boardList.js
+++ b/client/components/boards/boardsList.js
diff --git a/client/components/boards/boardList.styl b/client/components/boards/boardsList.styl
index 8e296028..8e296028 100644
--- a/client/components/boards/boardList.styl
+++ b/client/components/boards/boardsList.styl
diff --git a/client/components/boards/helpers.js b/client/components/boards/helpers.js
deleted file mode 100644
index 969f8564..00000000
--- a/client/components/boards/helpers.js
+++ /dev/null
@@ -1,6 +0,0 @@
-Blaze.registerHelper('currentBoard', function() {
- var boardId = Session.get('currentBoard');
- if (boardId) {
- return Boards.findOne(boardId);
- }
-});