|
|
|
@ -54,11 +54,11 @@ template(name="boardList") |
|
|
|
|
i.fa.js-has-spenttime-cards( |
|
|
|
|
class="fa-circle{{#if hasOvertimeCards}} has-overtime-card-active{{else}} no-overtime-card-active{{/if}}" |
|
|
|
|
title="{{#if hasOvertimeCards}}{{_ 'has-overtime-cards'}}{{else}}{{_ 'has-spenttime-cards'}}{{/if}}") |
|
|
|
|
if isMiniScreen |
|
|
|
|
if isMiniScreenOrShowDesktopDragHandles |
|
|
|
|
i.fa.board-handle( |
|
|
|
|
class="fa-arrows" |
|
|
|
|
title="{{_ 'Drag board'}}") |
|
|
|
|
unless isMiniScreen |
|
|
|
|
else |
|
|
|
|
if isSandstorm |
|
|
|
|
i.fa.js-clone-board( |
|
|
|
|
class="fa-clone" |
|
|
|
@ -96,11 +96,11 @@ template(name="boardList") |
|
|
|
|
i.fa.js-has-spenttime-cards( |
|
|
|
|
class="fa-circle{{#if hasOvertimeCards}} has-overtime-card-active{{else}} no-overtime-card-active{{/if}}" |
|
|
|
|
title="{{#if hasOvertimeCards}}{{_ 'has-overtime-cards'}}{{else}}{{_ 'has-spenttime-cards'}}{{/if}}") |
|
|
|
|
if isMiniScreen |
|
|
|
|
if isMiniScreenOrShowDesktopDragHandles |
|
|
|
|
i.fa.board-handle( |
|
|
|
|
class="fa-arrows" |
|
|
|
|
title="{{_ 'Drag board'}}") |
|
|
|
|
unless isMiniScreen |
|
|
|
|
else |
|
|
|
|
if isSandstorm |
|
|
|
|
i.fa.js-clone-board( |
|
|
|
|
class="fa-clone" |
|
|
|
|