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) %>