diff --git a/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml index f57b19e8..38823765 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 %>)