summaryrefslogtreecommitdiffstats
path: root/client/components/cards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-04-05 12:56:03 +0300
committerLauri Ojansivu <x@xet7.org>2018-04-05 12:56:03 +0300
commit5a6be37d52ec387564fb259429236517ea12b6f4 (patch)
treeac91abe56b826a4a11fc95442191eb1ad6031f1a /client/components/cards
parent9711945e48f2e9ac0026ab43ff902c3eef70123a (diff)
downloadwekan-5a6be37d52ec387564fb259429236517ea12b6f4.tar.gz
wekan-5a6be37d52ec387564fb259429236517ea12b6f4.tar.bz2
wekan-5a6be37d52ec387564fb259429236517ea12b6f4.zip
- Removed checkbox from checklist name to have more of material design look.
Thanks to quantazelle and xet7 ! Related #1568
Diffstat (limited to 'client/components/cards')
-rw-r--r--client/components/cards/checklists.jade4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/checklists.jade b/client/components/cards/checklists.jade
index 28f00d7f..ae680bd5 100644
--- a/client/components/cards/checklists.jade
+++ b/client/components/cards/checklists.jade
@@ -23,10 +23,10 @@ template(name="checklistDetail")
+editChecklistItemForm(checklist = checklist)
else
.checklist-title
- .checkbox.fa.fa-square-o
+ span
if canModifyCard
a.js-delete-checklist.toggle-delete-checklist-dialog {{_ "delete"}}...
-
+
span.checklist-stat(class="{{#if checklist.isFinished}}is-finished{{/if}}") {{checklist.finishedCount}}/{{checklist.itemCount}}
if canModifyCard
h2.title.js-open-inlined-form.is-editable