summaryrefslogtreecommitdiffstats
path: root/app/views/issues/show.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-04-25 11:28:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-04-25 11:28:48 +0000
commit32c09fd5cfe4a5973cc52b298d7cd193e3981240 (patch)
treedb0304969d7d9009e2d53db1b62bed773a3c208f /app/views/issues/show.rhtml
parent8887b6f3d3359c5e20ad4691dd6cfaddc4e9a4a5 (diff)
downloadredmine-32c09fd5cfe4a5973cc52b298d7cd193e3981240.tar.gz
redmine-32c09fd5cfe4a5973cc52b298d7cd193e3981240.zip
Adds more css classes to the roadmap issues (#3214).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2694 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/show.rhtml')
-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 ed14fe3f8..bd0eec41f 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -9,7 +9,7 @@
<h2><%= @issue.tracker.name %> #<%= @issue.id %></h2>
-<div class="<%= css_issue_classes(@issue) %> details">
+<div class="<%= @issue.css_classes %> details">
<%= avatar(@issue.author, :size => "64") %>
<h3><%=h @issue.subject %></h3>
<p class="author">