From 0342dfa4c5733eb90a569f65f05a826c39b0c1f8 Mon Sep 17 00:00:00 2001 From: linhk <304431313@.com> Date: Wed, 17 Sep 2014 16:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=AF=84=E5=AE=A1=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/views/code_review/index.html.erb | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 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 d03ab3e1e..e342d9b3e 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 @@ -51,7 +51,7 @@ function change_option(flag) { <% else %> - +
<%= sort_header_tag "#{Issue.table_name}.id", :caption => '#' %> @@ -70,18 +70,18 @@ function change_option(flag) { <% for review in @reviews %> - - - - - - - - - + + + + + <% end %>
+ <%= link_to review.issue.id.to_s, {:controller => 'issues', :action => 'show', :id => review.issue.id}, :title => review.issue.subject %> + <%=h review.issue.status %> + <%=h review.issue.subject %> + <% review_path = URI.decode(review.path) codepath = review_path @@ -91,11 +91,11 @@ function change_option(flag) { -%> <%= link_to(raw(codepath), {:controller => 'code_review', :action => 'show', :id => @project, :review_id => review.id}, :title => review_path) -%> <%=h review.line %><%=h review.revision %><%=h review.committer %><%=h review.user.name %><%=h format_time(review.created_at) %><%=h review.line %><%=h review.revision %><%=h review.committer %><%=h review.user.name %><%=h format_time(review.created_at) %>