|
@@ -37,13 +37,11 @@ template(name="header")
|
|
span.fa.fa-home
|
|
span.fa.fa-home
|
|
| {{_ 'all-boards'}}
|
|
| {{_ 'all-boards'}}
|
|
ul
|
|
ul
|
|
- li.separator -
|
|
|
|
//li
|
|
//li
|
|
// a(href="{{pathFor 'public'}}")
|
|
// a(href="{{pathFor 'public'}}")
|
|
// span.fa.fa-globe
|
|
// span.fa.fa-globe
|
|
// | {{_ 'public'}}
|
|
// | {{_ 'public'}}
|
|
each currentUser.starredBoards
|
|
each currentUser.starredBoards
|
|
- li.separator -
|
|
|
|
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
|
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
|
a(href="{{pathFor 'board' id=_id slug=slug}}")
|
|
a(href="{{pathFor 'board' id=_id slug=slug}}")
|
|
= title
|
|
= title
|