summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2025-07-05 07:57:00 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2025-07-05 07:57:00 +0000
commit29d2d74549a2bc4d0f3012007bf78f77cf0f7d54 (patch)
tree7cf945595e4fa792fa85848809e23200fba2adb2
parentb4d804bc51357a164a1d0854e36c5672f73cbaa9 (diff)
downloadredmine-29d2d74549a2bc4d0f3012007bf78f77cf0f7d54.tar.gz
redmine-29d2d74549a2bc4d0f3012007bf78f77cf0f7d54.zip
Merge r23852 from trunk to 6.0-stable (#42953).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23858 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/attachments/other.html.erb1
1 files changed, 1 insertions, 0 deletions
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'
)