Add description icon to cards without checkmark in description
Signed-off-by: Daniel Klepatsch <daniel.klepatsch@gmx.at>
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user