##// END OF EJS Templates
Merged r13040 (#16467)....
Merged r13040 (#16467). git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13045 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8864:7ad40e22feb8
r12770:0565e3371ee4
Show More
lost_password.html.erb
4 lines | 142 B | text/plain | TextLexer
/ app / views / mailer / lost_password.html.erb
Jean-Philippe Lang
Mailer:...
r864 <p><%= l(:mail_body_lost_password) %><br />
Jean-Philippe Lang
Replace auto_link with link_to in email templates....
r8864 <%= link_to h(@url), @url %></p>
Jean-Philippe Lang
Adds username to the password reminder email (#1668)....
r1666
Jean-Philippe Lang
Escaping in html email templates (#4874)....
r3338 <p><%= l(:field_login) %>: <b><%=h @token.user.login %></b></p>