summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-15 13:08:03 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-15 13:08:03 +0300
commitd302d6f857657ada229f78d9fcd32f63753d9779 (patch)
tree731207d2b4993436c2d25c8f65782ea76584cf7f /client
parenta282384ab058cb6a118a9fa6c822e050607fb8e9 (diff)
downloadwekan-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 !
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardBody.jade4
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