mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 22:52:34 +01:00
Merge branch 'master' of https://github.com/wekan/wekan
This commit is contained in:
commit
e8e733184e
66 changed files with 340 additions and 105 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