Skip to content

Commit

Permalink
Fix bug: When on board, clicking Admin Panel redirects to All Boards …
Browse files Browse the repository at this point in the history
…page,

so it did require to click Admin Panel again.

Thanks to xet7 !
  • Loading branch information
xet7 committed Aug 15, 2019
1 parent a282384 commit d302d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/boards/boardBody.jade
Expand Up @@ -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

Expand Down

0 comments on commit d302d6f

Please sign in to comment.