From: Eric Davis Date: Wed, 6 May 2009 04:47:13 +0000 (+0000) Subject: Link the project name in simple issue lists. X-Git-Tag: 0.9.0~490 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f90b85f8be94ae5e3e73f98fdf0ab5e82815de40;p=redmine.git 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 f57b19e84..38823765e 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 %>)