Project

General

Profile

Patch #3085 ยป patch.txt

Brad Beattie, 2009-03-31 19:41

 
1
### Eclipse Workspace Patch 1.0
2
#P Redmine
3
Index: app/views/issues/_list_simple.rhtml
4
===================================================================
5
--- app/views/issues/_list_simple.rhtml	(revision 2642)
6
+++ app/views/issues/_list_simple.rhtml	(working copy)
7
@@ -14,7 +14,7 @@
8
 			  <%= check_box_tag("ids[]", issue.id, false, :style => 'display:none;') %>
9
 				<%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %>
10
 			</td>
11
-			<td class="project"><%=h issue.project %></td>
12
+			<td class="project"><%= link_to(h(issue.project), :controller => 'projects', :action => 'show', :id => issue.project) %></td>
13
 			<td class="tracker"><%=h issue.tracker %></td>
14
 			<td class="subject">
15
         <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>)
    (1-1/1)