Defect #41883
closed
I think the following changes will solve the problem:
diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb
index dc5b894e5..b4c87f758 100644
--- a/app/helpers/issues_helper.rb
+++ b/app/helpers/issues_helper.rb
@@ -618,7 +618,7 @@ module IssuesHelper
value = link_to_attachment(atta, only_path: options[:only_path])
if options[:only_path] != false
value += ' '
- value += link_to_attachment atta, class: 'icon-only icon-download', title: l(:button_download), download: true
+ value += link_to_attachment atta, class: 'icon-only icon-download', title: l(:button_download), download: true, icon: 'download'
end
else
value = content_tag("i", h(value)) if value
- Status changed from New to Confirmed
- Target version set to 6.0.2
- Subject changed from download icon in comment is still in old style to Download button in issue comments still uses deprecated raster icon
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r23323. Thank you.
- Status changed from Resolved to Closed
Merged the fix into the 6.0-stable branch in r23335.
Also available in: Atom
PDF