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' %> + +

+
+ <%= f.hidden_field :lock_version %> <%= hidden_field_tag 'last_journal_id', params[:last_journal_id] || @issue.last_journal_id %> @@ -50,7 +50,7 @@ <%= l(:button_submit) %> -

+



<%#= submit_tag l(:button_submit) %> <%#= preview_link preview_edit_issue_path(:project_id => @project, :id => @issue), 'issue-form' %> <% end %>