mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 17:04:07 +01:00
- Removed checkbox from checklist name to have more of material design look.
Thanks to quantazelle and xet7 ! Related #1568
This commit is contained in:
parent
9711945e48
commit
5a6be37d52
2 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue