##// END OF EJS Templates
Display the issue status in the email subject only if the status was actually changed....
Display the issue status in the email subject only if the status was actually changed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1079 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r729:f23daffd7dde
r1065:1b002983c31f
Show More
_document.rhtml
2 lines | 258 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
Jean-Philippe Lang
Fixed: error on document list with a document without description....
r729 <% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %>
Jean-Philippe Lang
various modifications to prevent xss...
r96 <em><%= format_time(document.created_on) %></em></p>