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

File last commit:

r3338:026fbb99a638
r7444:605f1745ffc8
Show More
account_activation_request.text.html.rhtml
2 lines | 104 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / account_activation_request.text.html.rhtml
Jean-Philippe Lang
Escaping in html email templates (#4874)....
r3338 <p><%= l(:mail_body_account_activation_request, h(@user.login)) %></p>
Jean-Philippe Lang
There's now 3 account activation strategies (available in application settings):...
r902 <p><%= link_to @url, @url %></p>