##// 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_edit.text.html.rhtml
10 lines | 334 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit.text.html.rhtml
<%= l(:text_issue_updated, "##{@issue.id}") %><br />
<em><%= @journal.user.name %></em>
<ul>
<% for detail in @journal.details %>
<li><%= show_detail(detail, true) %></li>
<% end %>
</ul>
<%= textilizable(@journal.notes) %>
<hr />
<%= render :file => "_issue_text_html", :use_full_path => true, :locals => { :issue => @issue } %>