From 1e53125499ef563ca3c65f786ac3525e5f50274c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 20 Oct 2025 00:33:02 +0300 Subject: [PATCH] Fix opened card attachments button text to be at tooltip, not at opened card. Thanks to xet7 ! --- client/components/cards/attachments.jade | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/components/cards/attachments.jade b/client/components/cards/attachments.jade index efa66f513..34a9b2496 100644 --- a/client/components/cards/attachments.jade +++ b/client/components/cards/attachments.jade @@ -86,17 +86,17 @@ template(name="attachmentGallery") = name span.file-size ({{fileSize size}}) .attachment-actions - a.js-download(href="{{link}}?download=true", download="{{name}}") - | ⬇️(title="{{_ 'download'}}") + a.js-download(href="{{link}}?download=true", download="{{name}}", title="{{_ 'download'}}") + | ⬇️ if currentUser.isBoardMember unless currentUser.isCommentOnly unless currentUser.isWorker - a.js-rename - | ✏️(title="{{_ 'rename'}}") - a.js-confirm-delete - | 🗑️(title="{{_ 'delete'}}") - a.js-open-attachment-menu - | ☰(data-attachment-link="{{link}}" title="{{_ 'attachmentActionsPopup-title'}}") + a.js-rename(title="{{_ 'rename'}}") + | ✏️ + a.js-confirm-delete(title="{{_ 'delete'}}") + | 🗑️ + a.js-open-attachment-menu(data-attachment-link="{{link}}", title="{{_ 'attachmentActionsPopup-title'}}") + | ☰ // Migration spinner overlay if isAttachmentMigrating _id