From 6b66a205b32f45a8ed18d7fc2bfd958c6d6dce36 Mon Sep 17 00:00:00 2001 From: linhk <304431313@.com> Date: Sat, 16 Aug 2014 15:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE--=E4=BB=A3=E7=A0=81=E8=AF=84?= =?UTF-8?q?=E5=AE=A1=20=E6=98=BE=E7=A4=BA=E5=B7=B2=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E7=9A=84=E8=AF=84=E5=AE=A1=E5=8A=9F=E8=83=BD=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/views/code_review/index.html.erb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/plugins/redmine_code_review/app/views/code_review/index.html.erb b/plugins/redmine_code_review/app/views/code_review/index.html.erb index c82a9c0b3..d03ab3e1e 100644 --- a/plugins/redmine_code_review/app/views/code_review/index.html.erb +++ b/plugins/redmine_code_review/app/views/code_review/index.html.erb @@ -19,8 +19,8 @@
@@ -32,6 +32,15 @@ function change_option(flag) {

<%= form_tag({:controller => 'code_review', :action=>'index', :id => @project}, :id => 'optionform') do %> <%= check_box_tag 'show_closed', 'true', @show_closed, :onchange => "change_option($('#show_closed').is(':checked'));"%> <%=h l(:label_show_closed_reviews) %> + <% end %> <%# observe_field 'show_closed', :with => 'show_closed', :update => 'content' %>