|
@@ -1,6 +1,8 @@
|
|
template(name="boardList")
|
|
template(name="boardList")
|
|
.wrapper
|
|
.wrapper
|
|
ul.board-list.clearfix
|
|
ul.board-list.clearfix
|
|
|
|
+ li.js-add-board
|
|
|
|
+ a.board-list-item.label {{_ 'add-board'}}
|
|
each boards
|
|
each boards
|
|
li(class="{{#if isStarred}}starred{{/if}}" class=colorClass)
|
|
li(class="{{#if isStarred}}starred{{/if}}" class=colorClass)
|
|
if isInvited
|
|
if isInvited
|
|
@@ -27,9 +29,6 @@ template(name="boardList")
|
|
title="{{#if hasOvertimeCards}}{{_ 'has-overtime-cards'}}{{else}}{{_ 'has-spenttime-cards'}}{{/if}}")
|
|
title="{{#if hasOvertimeCards}}{{_ 'has-overtime-cards'}}{{else}}{{_ 'has-spenttime-cards'}}{{/if}}")
|
|
|
|
|
|
p.board-list-item-desc= description
|
|
p.board-list-item-desc= description
|
|
- li.js-add-board
|
|
|
|
- a.board-list-item.label {{_ 'add-board'}}
|
|
|
|
-
|
|
|
|
|
|
|
|
template(name="boardListHeaderBar")
|
|
template(name="boardListHeaderBar")
|
|
h1 {{_ 'my-boards'}}
|
|
h1 {{_ 'my-boards'}}
|