##// END OF EJS Templates
Merged r12162 from trunk (#14902)....
Merged r12162 from trunk (#14902). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@12213 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11895:e7c82e393442
r11983:daf2d54f27be
Show More
_issue.html.erb
5 lines | 208 B | text/plain | TextLexer
Jean-Philippe Lang
Escaping in html email templates (#4874)....
r3338 <h1><%= link_to(h("#{issue.tracker.name} ##{issue.id}: #{issue.subject}"), issue_url) %></h1>
Jean-Philippe Lang
Notifications about issues (add/edit) are now sent in plain text and html....
r712
Jean-Philippe Lang
Backported r12079 from trunk (#14584)....
r11895 <%= render_email_issue_attributes(issue, true) %>
Jean-Philippe Lang
Notifications about issues (add/edit) are now sent in plain text and html....
r712
Jean-Philippe Lang
Mailer#url_for not called in views with Rails 3.1....
r8903 <%= textilizable(issue, :description, :only_path => false) %>