mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Add admin panel route for subfolder
This commit is contained in:
parent
01f907897a
commit
2c4daae051
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ template(name="memberMenuPopup")
|
|||
li: a.js-change-language {{_ 'changeLanguagePopup-title'}}
|
||||
li: a.js-edit-notification {{_ 'editNotificationPopup-title'}}
|
||||
if currentUser.isAdmin
|
||||
li: a.js-go-setting(href='/setting') {{_ 'admin-panel'}}
|
||||
li: a.js-go-setting(href="{{pathFor 'setting'}}") {{_ 'admin-panel'}}
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-logout {{_ 'log-out'}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue