mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 11:50:16 +01:00
Moved Public/Archive/Templates/etc options to click right top username Member Settings menu, where My Cards also is.
Thanks to xet7 !
This commit is contained in:
parent
a0b72d0287
commit
0592b0c56a
6 changed files with 44 additions and 27 deletions
|
|
@ -38,10 +38,10 @@ template(name="header")
|
|||
span.fa.fa-home
|
||||
| {{_ 'all-boards'}}
|
||||
li.separator -
|
||||
li
|
||||
a(href="{{pathFor 'public'}}")
|
||||
span.fa.fa-globe
|
||||
| {{_ 'public'}}
|
||||
//li
|
||||
// a(href="{{pathFor 'public'}}")
|
||||
// span.fa.fa-globe
|
||||
// | {{_ 'public'}}
|
||||
each currentUser.starredBoards
|
||||
li.separator -
|
||||
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue