mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Reorder My Cards to be first at menu.
Thanks to xet7 !
This commit is contained in:
parent
991e1baffd
commit
bfc16fc544
1 changed files with 9 additions and 9 deletions
|
|
@ -12,20 +12,15 @@ template(name="headerUserBar")
|
||||||
|
|
||||||
template(name="memberMenuPopup")
|
template(name="memberMenuPopup")
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
if currentUser.isAdmin
|
|
||||||
li
|
|
||||||
a.js-go-setting(href="{{pathFor 'setting'}}")
|
|
||||||
i.fa.fa-lock
|
|
||||||
| {{_ 'admin-panel'}}
|
|
||||||
with currentUser
|
with currentUser
|
||||||
li
|
|
||||||
a(href="{{pathFor 'home'}}")
|
|
||||||
span.fa.fa-home
|
|
||||||
| {{_ 'all-boards'}}
|
|
||||||
li
|
li
|
||||||
a.js-my-cards(href="{{pathFor 'my-cards'}}")
|
a.js-my-cards(href="{{pathFor 'my-cards'}}")
|
||||||
i.fa.fa-list
|
i.fa.fa-list
|
||||||
| {{_ 'my-cards'}}
|
| {{_ 'my-cards'}}
|
||||||
|
li
|
||||||
|
a(href="{{pathFor 'home'}}")
|
||||||
|
span.fa.fa-home
|
||||||
|
| {{_ 'all-boards'}}
|
||||||
li
|
li
|
||||||
a(href="{{pathFor 'public'}}")
|
a(href="{{pathFor 'public'}}")
|
||||||
span.fa.fa-globe
|
span.fa.fa-globe
|
||||||
|
|
@ -40,6 +35,11 @@ template(name="memberMenuPopup")
|
||||||
a(href="{{pathFor 'board' id=templatesBoardId slug=templatesBoardSlug}}")
|
a(href="{{pathFor 'board' id=templatesBoardId slug=templatesBoardSlug}}")
|
||||||
i.fa.fa-clone
|
i.fa.fa-clone
|
||||||
| {{_ 'templates'}}
|
| {{_ 'templates'}}
|
||||||
|
if currentUser.isAdmin
|
||||||
|
li
|
||||||
|
a.js-go-setting(href="{{pathFor 'setting'}}")
|
||||||
|
i.fa.fa-lock
|
||||||
|
| {{_ 'admin-panel'}}
|
||||||
hr
|
hr
|
||||||
li
|
li
|
||||||
a.js-edit-profile
|
a.js-edit-profile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue