@@ -14,7 +14,7 | |||
|
14 | 14 | <%= check_box_tag("ids[]", issue.id, false, :style => 'display:none;') %> |
|
15 | 15 | <%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %> |
|
16 | 16 | </td> |
|
17 | <td class="project"><%=h issue.project %></td> | |
|
17 | <td class="project"><%= link_to(h(issue.project), :controller => 'projects', :action => 'show', :id => issue.project) %></td> | |
|
18 | 18 | <td class="tracker"><%=h issue.tracker %></td> |
|
19 | 19 | <td class="subject"> |
|
20 | 20 | <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>) |
General Comments 0
You need to be logged in to leave comments.
Login now