From aff58dd3a7b2f46894578362a16b4b945864b637 Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 15 Apr 2015 18:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E6=B3=A8=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/_edit.html.erb | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 %>