Merge branch 'devel'

This commit is contained in:
Lauri Ojansivu 2018-04-05 12:58:51 +03:00
commit 0e883675fc
2 changed files with 8 additions and 4 deletions

View file

@ -1,10 +1,14 @@
# Upcoming Wekan release
This release fixes the following bugs:
This release adds the following new features:
- [Removed checkbox from checklist name to have more of material design look](https://github.com/wekan/wekan/issues/1568).
and fixes the following bugs:
- [Removed forcing "cards" translations to lowercase in count of cards](https://github.com/wekan/wekan/issues/1571).
Thanks to GitHub users Chartman123 and xet7 for their contributions.
Thanks to GitHub users Chartman123, quantazelle and xet7 for their contributions.
# v0.80 2018-04-04 Wekan release

View file

@ -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