summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.jade
diff options
context:
space:
mode:
authorRyan Helsing <ryanhelsing@gmail.com>2017-03-18 15:22:40 -0400
committerRyan Helsing <ryanhelsing@gmail.com>2017-03-18 15:22:40 -0400
commit383daf6f6416e6e3dfe98cf9fcc5528948f35999 (patch)
tree7603c6f01f0ac18846943e7c9478f1bf512937f1 /client/components/boards/boardBody.jade
parente6276271b1a49bb705ef8777150634c8704bdc9b (diff)
downloadwekan-383daf6f6416e6e3dfe98cf9fcc5528948f35999.tar.gz
wekan-383daf6f6416e6e3dfe98cf9fcc5528948f35999.tar.bz2
wekan-383daf6f6416e6e3dfe98cf9fcc5528948f35999.zip
cant see add list if comment only
Diffstat (limited to 'client/components/boards/boardBody.jade')
-rw-r--r--client/components/boards/boardBody.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardBody.jade b/client/components/boards/boardBody.jade
index 288590da..fe10c921 100644
--- a/client/components/boards/boardBody.jade
+++ b/client/components/boards/boardBody.jade
@@ -25,7 +25,7 @@ template(name="boardBody")
+list(this)
if currentCardIsInThisList
+cardDetails(currentCard)
- if currentUser.isBoardMember
+ if canSeeAddList
+addListForm
template(name="addListForm")