mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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
|
+boardBody
|
||||||
else
|
else
|
||||||
//-- XXX We need a better error message in case the board has been archived
|
//-- XXX We need a better error message in case the board has been archived
|
||||||
//-- +message(label="board-not-found")
|
+message(label="board-not-found")
|
||||||
| {{goHome}}
|
//-- | {{goHome}}
|
||||||
else
|
else
|
||||||
+spinner
|
+spinner
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue