mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 13:38:07 +01:00
- Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated board.
Thanks to xet7 !
This commit is contained in:
parent
93a5bb2baa
commit
0f15b6d198
52 changed files with 104 additions and 52 deletions
|
|
@ -22,7 +22,9 @@ template(name="boardList")
|
|||
i.fa.js-star-board(
|
||||
class="fa-star{{#if isStarred}} is-star-active{{else}}-o{{/if}}"
|
||||
title="{{_ 'star-board-title'}}")
|
||||
i.fa.js-clone-board(class="fa-clone")
|
||||
i.fa.js-clone-board(
|
||||
class="fa-clone"
|
||||
title="{{_ 'duplicate-board'}}")
|
||||
if hasSpentTimeCards
|
||||
i.fa.js-has-spenttime-cards(
|
||||
class="fa-circle{{#if hasOvertimeCards}} has-overtime-card-active{{else}} no-overtime-card-active{{/if}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue