<%= check_box_tag 'copy_attachments', '1', @copy_attachments %>
<% end %> <% if @copy_from && !@copy_from.leaf? %><%= check_box_tag 'copy_subtasks', '1', @copy_subtasks %>
<% end %><%= render :partial => 'attachments/form', :locals => {:container => @issue} %>
<% if @issue.safe_attribute? 'watcher_user_ids' -%><%= watchers_checkboxes(@issue, @available_watchers) %> <%= link_to l(:label_search_for_watchers), {:controller => 'watchers', :action => 'new', :project_id => @issue.project}, :remote => true, :method => 'get' %>
<% end %>