summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-28 02:21:42 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-28 02:25:26 +0200
commitb5dabfe88695a8f8211b29fea0dc16131c9a1829 (patch)
treeb257eddd507f0980a32e7c2c5932b866401a9b15 /client/components/boards
parent29e93162c2eb5b86b1afb3328748eb3b32b47b94 (diff)
downloadwekan-b5dabfe88695a8f8211b29fea0dc16131c9a1829.tar.gz
wekan-b5dabfe88695a8f8211b29fea0dc16131c9a1829.tar.bz2
wekan-b5dabfe88695a8f8211b29fea0dc16131c9a1829.zip
More explicit file names
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);
- }
-});