diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index ea2e3e5de..3c20bb501 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -28,21 +28,21 @@
<%= render :partial => 'attachments/form', :locals => {:container => @issue} %> - - - - - - - - <%#= link_to l(:label_search_for_watchers), -# {:controller => 'watchers', :action => 'new', :project_id => @issue.project}, -# :remote => true, - :method => 'get' %> - - - - +
+ + + <%= watchers_checkboxes(@issue, @available_watchers) %> + + + <%= link_to l(:label_search_for_watchers), + {:controller => 'watchers', :action => 'new', :project_id => @issue.project}, + :remote => true, + :method => 'get' %> + +
+