From e37d288df0249a9abaf36811c4a0707adeaa9e01 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 31 Oct 2025 01:27:45 +0000 Subject: [PATCH] File format custom fields use legacy download icon instead of SVG icon (#43422). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@24089 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index c3296038c..5fc725a82 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -313,6 +313,7 @@ module ApplicationHelper link_to_attachment( object, :class => ['icon-only', 'icon-download'], + :icon => 'download', :title => l(:button_download), :download => true )