diff options
Diffstat (limited to 'client/components/boards/body.jade')
-rw-r--r-- | client/components/boards/body.jade | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/boards/body.jade b/client/components/boards/body.jade index 4abc0baf..4b4c2b90 100644 --- a/client/components/boards/body.jade +++ b/client/components/boards/body.jade @@ -1,6 +1,7 @@ //- XXX This template can't be transformed into a component because it is included by iron-router. That's a bug. + See https://github.com/peerlibrary/meteor-blaze-components/issues/44 template(name="board") +boardComponent @@ -11,11 +12,11 @@ template(name="boardComponent") .lists.js-lists each lists +list(this) + if currentCardIsInThisList + +cardDetails(currentCard) if currentUser.isBoardMember +addListForm +boardSidebar - if currentCard - +cardSidebar(currentCard) else +message(label="board-no-found") |