diff options
Diffstat (limited to 'app/views/issues/bulk_edit.html.erb')
-rw-r--r-- | app/views/issues/bulk_edit.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/issues/bulk_edit.html.erb b/app/views/issues/bulk_edit.html.erb index 0263ab916..e81676ada 100644 --- a/app/views/issues/bulk_edit.html.erb +++ b/app/views/issues/bulk_edit.html.erb @@ -60,6 +60,13 @@ <p><label><%= h(custom_field.name) %></label> <%= custom_field_tag_for_bulk_edit('issue', custom_field, @projects) %></p> <% end %> +<% if @copy && @attachments_present %> +<p> + <label for='copy_attachments'><%= l(:label_copy_attachments) %></label> + <%= check_box_tag 'copy_attachments', '1', true %> +</p> +<% end %> + <%= call_hook(:view_issues_bulk_edit_details_bottom, { :issues => @issues }) %> </div> |