From f90b85f8be94ae5e3e73f98fdf0ab5e82815de40 2009-05-06 04:47:13 From: Eric Davis Date: 2009-05-06 04:47:13 Subject: [PATCH] Link the project name in simple issue lists. #3085 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2712 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml index f57b19e..3882376 100644 --- a/app/views/issues/_list_simple.rhtml +++ b/app/views/issues/_list_simple.rhtml @@ -14,7 +14,7 @@ <%= check_box_tag("ids[]", issue.id, false, :style => 'display:none;') %> <%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %> - <%=h issue.project %> + <%= link_to(h(issue.project), :controller => 'projects', :action => 'show', :id => issue.project) %> <%=h issue.tracker %> <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>)