Add description icon to cards without checkmark in description

Signed-off-by: Daniel Klepatsch <daniel.klepatsch@gmx.at>
This commit is contained in:
Daniel Klepatsch
2020-11-28 20:55:22 +01:00
parent 5c32133687
commit 26087f95af
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
<div v-if="card.description && checkListCount > 0" class="card-tasks icon icon-checkmark">
{{ checkListCheckedCount }}/{{ checkListCount }}
</div>
<div v-else-if="card.description && checkListCount == 0" class="icon icon-description" />
<div v-if="card.attachmentCount > 0" class="icon-attach icon icon-attach-dark">
{{ card.attachmentCount }}