Browse Source

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 !

Lauri Ojansivu 5 years ago
parent
commit
d302d6f857
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/components/boards/boardBody.jade

+ 2 - 2
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