mirror of
https://github.com/wekan/wekan.git
synced 2026-03-04 04:40:16 +01:00
Added red-green circle to board lists item for indicating board which has overtime logs or normal spent time log
This commit is contained in:
parent
d38071457c
commit
6dba4ccd4d
5 changed files with 47 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ template(name="boardList")
|
|||
i.fa.js-star-board(
|
||||
class="fa-star{{#if isStarred}} is-star-active{{else}}-o{{/if}}"
|
||||
title="{{_ 'star-board-title'}}")
|
||||
|
||||
if hasSpentTimeCards
|
||||
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}}")
|
||||
|
||||
p.board-list-item-desc= description
|
||||
li.js-add-board
|
||||
a.board-list-item.label {{_ 'add-board'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue