##// 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:

r823:dead6a28f81c
r844:2ee11c9089f5
Show More
document_added.text.plain.rhtml
4 lines | 214 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / document_added.text.plain.rhtml
<%= @document.title %> (<%= @document.category.name %>)
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
<%= @document.description %>