##// END OF EJS Templates
RTL theme for reference (thanks to Orgad Shaneh, #5972)...
RTL theme for reference (thanks to Orgad Shaneh, #5972) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3898 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3338:026fbb99a638
r3784:dbb864535353
Show More
document_added.text.html.rhtml
3 lines | 163 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / document_added.text.html.rhtml
Jean-Philippe Lang
Escaping in html email templates (#4874)....
r3338 <%= link_to(h(@document.title), @document_url) %> (<%=h @document.category.name %>)<br />
Jean-Philippe Lang
Removed translated email templates attachments_added and document_added (no longer usefull)....
r823 <br />
Jean-Philippe Lang
Fixes:...
r1147 <%= textilizable(@document, :description, :only_path => false) %>