From 0f15b6d1982c383f76e8411cb501ff27e8febd42 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 6 Apr 2019 13:47:15 +0300 Subject: - Add Duplicate Board tooltip, and remove adding text "Copy" to duplicated board. Thanks to xet7 ! --- client/components/boards/boardsList.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/components/boards') diff --git a/client/components/boards/boardsList.jade b/client/components/boards/boardsList.jade index abb009f7..0da926ef 100644 --- a/client/components/boards/boardsList.jade +++ b/client/components/boards/boardsList.jade @@ -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}}" -- cgit v1.2.3-1-g7c22