diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-07-03 16:04:18 -0400 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-07-03 16:04:18 -0400 |
commit | fa0056488337380bc1537e54fd6627370fd9fc22 (patch) | |
tree | b44469f4a957675647abef925ca7c4b62e4686cc /client/components | |
parent | c65ef9bb31df14c09bb9b3feba92f96ecf5424a8 (diff) | |
download | wekan-fa0056488337380bc1537e54fd6627370fd9fc22.tar.gz wekan-fa0056488337380bc1537e54fd6627370fd9fc22.tar.bz2 wekan-fa0056488337380bc1537e54fd6627370fd9fc22.zip |
Fix lint error.
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/boards/boardBody.jade | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/client/components/boards/boardBody.jade b/client/components/boards/boardBody.jade index 7842e0ef..fd094a93 100644 --- a/client/components/boards/boardBody.jade +++ b/client/components/boards/boardBody.jade @@ -6,10 +6,9 @@ template(name="board") else +boardBody else - //- XXX We need a better error message in case the board has been archived - //+message(label="board-not-found") - - {{goHome}} + //-- XXX We need a better error message in case the board has been archived + //-- +message(label="board-not-found") + | {{goHome}} else +spinner |