mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
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 !
This commit is contained in:
parent
a282384ab0
commit
d302d6f857
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue