diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-08-15 13:08:03 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-08-15 13:08:03 +0300 |
commit | d302d6f857657ada229f78d9fcd32f63753d9779 (patch) | |
tree | 731207d2b4993436c2d25c8f65782ea76584cf7f | |
parent | a282384ab058cb6a118a9fa6c822e050607fb8e9 (diff) | |
download | wekan-d302d6f857657ada229f78d9fcd32f63753d9779.tar.gz wekan-d302d6f857657ada229f78d9fcd32f63753d9779.tar.bz2 wekan-d302d6f857657ada229f78d9fcd32f63753d9779.zip |
Fix bug: When on board, clicking Admin Panel redirects to All Boards page,
so it did require to click Admin Panel again.
Thanks to xet7 !
-rw-r--r-- | client/components/boards/boardBody.jade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/boards/boardBody.jade b/client/components/boards/boardBody.jade index fd094a93..76a85d87 100644 --- a/client/components/boards/boardBody.jade +++ b/client/components/boards/boardBody.jade @@ -7,8 +7,8 @@ template(name="board") +boardBody else //-- XXX We need a better error message in case the board has been archived - //-- +message(label="board-not-found") - | {{goHome}} + +message(label="board-not-found") + //-- | {{goHome}} else +spinner |