diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-02 20:24:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-02 20:24:02 +0000 |
commit | 568c22016ad3586244bcd6233e43389ea8d666e0 (patch) | |
tree | 50673c0f775347d067100a8ca4b471165eb16528 /app/views/issues | |
parent | 6e1b9326e44b58fd5120d6b7a6dbbc93c08e3323 (diff) | |
download | redmine-568c22016ad3586244bcd6233e43389ea8d666e0.tar.gz redmine-568c22016ad3586244bcd6233e43389ea8d666e0.zip |
Colored square added on "my page" issue list
git-svn-id: http://redmine.rubyforge.org/svn/trunk@405 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r-- | app/views/issues/_list_simple.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml index 0e3c39bbf..4e50b91f8 100644 --- a/app/views/issues/_list_simple.rhtml +++ b/app/views/issues/_list_simple.rhtml @@ -11,7 +11,7 @@ <th align="center"> <%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %> </th> - <td><p class="small"><%= issue.project.name %> - <%= issue.tracker.name %><br /> + <td><div class="square" style="background:#<%= issue.status.html_color %>;"></div> <p class="small"><%= issue.project.name %> - <%= issue.tracker.name %><br /> <%= issue.status.name %> - <%= format_time(issue.updated_on) %></p></td> <td> <p class="small"><%= link_to h(issue.subject), :controller => 'issues', :action => 'show', :id => issue %></p> |