summaryrefslogtreecommitdiffstats
path: root/client/components/cards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-04-04 21:44:53 +0300
committerLauri Ojansivu <x@xet7.org>2018-04-04 21:44:53 +0300
commitf9539aa2a8d806e5a158d1c32f74788d051d40cb (patch)
treef57ed379423349678c9937267c10a27144454ab8 /client/components/cards
parent75512043e8b8a8259c75a2efc84fa498d0f319b0 (diff)
downloadwekan-f9539aa2a8d806e5a158d1c32f74788d051d40cb.tar.gz
wekan-f9539aa2a8d806e5a158d1c32f74788d051d40cb.tar.bz2
wekan-f9539aa2a8d806e5a158d1c32f74788d051d40cb.zip
Changed icon of checklist name. Related #1568
Diffstat (limited to 'client/components/cards')
-rw-r--r--client/components/cards/checklists.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/checklists.jade b/client/components/cards/checklists.jade
index 5a7c7473..28f00d7f 100644
--- a/client/components/cards/checklists.jade
+++ b/client/components/cards/checklists.jade
@@ -23,7 +23,7 @@ template(name="checklistDetail")
+editChecklistItemForm(checklist = checklist)
else
.checklist-title
- .checkbox.fa.fa-check-square-o
+ .checkbox.fa.fa-square-o
if canModifyCard
a.js-delete-checklist.toggle-delete-checklist-dialog {{_ "delete"}}...