From 955d508588358fa0f7b08d8a33d729df2412b909 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Fri, 4 Jul 2025 05:09:01 +0000 Subject: [PATCH] Replaces legacy other download icon with SVG icon (#42953). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23852 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/attachments/other.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/attachments/other.html.erb b/app/views/attachments/other.html.erb index f0f732f6f..613c470df 100644 --- a/app/views/attachments/other.html.erb +++ b/app/views/attachments/other.html.erb @@ -14,6 +14,7 @@ :download_link => link_to_attachment( @attachment, :text => l(:label_no_preview_download), + :icon => 'download', :download => true, :class => 'icon icon-download' )