##// END OF EJS Templates
Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status....
Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status. git-svn-id: http://redmine.rubyforge.org/svn/trunk@857 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r712:74ed14f8a2fb
r844:2ee11c9089f5
Show More
issue_add.text.plain.rhtml
3 lines | 186 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_add.text.plain.rhtml
<%= l(:text_issue_added, "##{@issue.id}") %>
----------------------------------------
<%= render :file => "_issue_text_plain", :use_full_path => true, :locals => { :issue => @issue } %>