diff --git a/app/views/attachments/_links.html.erb b/app/views/attachments/_links.html.erb index eb1a981..058400b 100644 --- a/app/views/attachments/_links.html.erb +++ b/app/views/attachments/_links.html.erb @@ -6,6 +6,11 @@ :title => l(:label_edit_attachments), :class => 'icon-only icon-edit' ) if options[:editable] %> + <%= link_to(l(:label_download_all_attachments), + container_attachments_download_path(container), + :title => l(:label_download_all_attachments), + :class => 'icon-only icon-download' + ) if attachments.size > 1 %>