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 !
reviewable/pr2626/r1^2
Lauri Ojansivu 6 years ago
parent a282384ab0
commit d302d6f857
  1. 4
      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

Loading…
Cancel
Save