<%= check_box_tag 'copy_attachments', '1', @copy_attachments %>
<% end %><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= 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 %>