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