##// 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
attachments_added.text.html.rhtml
5 lines | 134 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / attachments_added.text.html.rhtml
<%= link_to @added_to, @url %><br />
<ul><% @attachments.each do |attachment | %>
<li><%= attachment.filename %></li>
<% end %></ul>