summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-18 14:32:39 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-18 14:32:39 +0000
commitbb2de53d93adb517fbfcfb37e33adc959b2848b3 (patch)
tree8a46851afab551a8b4a0197c38bac562335ebb32 /app
parente2c606e974593c04d8544d3319453bdfda7982d8 (diff)
downloadredmine-bb2de53d93adb517fbfcfb37e33adc959b2848b3.tar.gz
redmine-bb2de53d93adb517fbfcfb37e33adc959b2848b3.zip
Added an alternate theme which provides issue list colorization based on issues priority.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@912 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/issues/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 0745f01f3..6e4f22574 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -10,7 +10,7 @@
<h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
-<div class="issue">
+<div class="issue <%= "status-#{@issue.status.position} priority-#{@issue.priority.position}" %>">
<h3><%=h @issue.subject %></h3>
<p class="author">
<%= authoring @issue.created_on, @issue.author %>.