From 568c22016ad3586244bcd6233e43389ea8d666e0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 2 Apr 2007 20:24:02 +0000 Subject: [PATCH] Colored square added on "my page" issue list git-svn-id: http://redmine.rubyforge.org/svn/trunk@405 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_list_simple.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml index 0e3c39bb..4e50b91f 100644 --- a/app/views/issues/_list_simple.rhtml +++ b/app/views/issues/_list_simple.rhtml @@ -11,7 +11,7 @@ <%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %> -

<%= issue.project.name %> - <%= issue.tracker.name %>
+

<%= issue.project.name %> - <%= issue.tracker.name %>
<%= issue.status.name %> - <%= format_time(issue.updated_on) %>

<%= link_to h(issue.subject), :controller => 'issues', :action => 'show', :id => issue %>