From 309b02d7660c808166d9d1ad6ee21df626d5ba88 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 12 Nov 2020 21:32:53 +0100 Subject: [PATCH] Fix avatar icon of attachments created by --- src/components/tasks/partials/attachments.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tasks/partials/attachments.vue b/src/components/tasks/partials/attachments.vue index 033d38bbf..5252ba9a0 100644 --- a/src/components/tasks/partials/attachments.vue +++ b/src/components/tasks/partials/attachments.vue @@ -37,7 +37,7 @@ Size Type Date - Created By + Created By Action @@ -47,8 +47,8 @@ {{ a.file.getHumanSize() }} {{ a.file.mime }} {{ formatDateSince(a.created) }} - - + +
@@ -89,7 +89,7 @@ + @submit="deleteAttachment()"> Delete attachment

Are you sure you want to delete the attachment {{ attachmentToDelete.file.name }}?
This CANNOT BE UNDONE!