Mercurial > hg > soundsoftware-site
view app/views/mailer/account_information.text.html.rhtml @ 847:83740cd6705e cannam
Merge from branch "luisf"
author | Chris Cannam |
---|---|
date | Wed, 01 Feb 2012 14:34:18 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
<% if @user.auth_source %> <p><%= l(:mail_body_account_information_external, h(@user.auth_source.name)) %></p> <% else %> <p><%= l(:mail_body_account_information) %>:</p> <ul> <li><%= l(:field_login) %>: <%=h @user.login %></li> <li><%= l(:field_password) %>: <%=h @password %></li> </ul> <% end %> <p><%= l(:label_login) %>: <%= auto_link(@login_url) %></p>