diff options
Diffstat (limited to 'app/helpers/issues_helper.rb')
-rw-r--r-- | app/helpers/issues_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |