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 )