mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 12:38:06 +01:00
Header, Quick Access, Desktop and Mobile have now the same view
This commit is contained in:
parent
d2d4c19196
commit
282505cde2
2 changed files with 6 additions and 7 deletions
|
|
@ -37,13 +37,11 @@ template(name="header")
|
|||
span.fa.fa-home
|
||||
| {{_ 'all-boards'}}
|
||||
ul
|
||||
li.separator -
|
||||
//li
|
||||
// a(href="{{pathFor 'public'}}")
|
||||
// span.fa.fa-globe
|
||||
// | {{_ 'public'}}
|
||||
each currentUser.starredBoards
|
||||
li.separator -
|
||||
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
||||
a(href="{{pathFor 'board' id=_id slug=slug}}")
|
||||
= title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue