Mercurial > hg > soundsoftware-site
comparison app/views/mailer/.svn/text-base/account_information.text.html.rhtml.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 <% if @user.auth_source %> | |
2 <p><%= l(:mail_body_account_information_external, h(@user.auth_source.name)) %></p> | |
3 <% else %> | |
4 <p><%= l(:mail_body_account_information) %>:</p> | |
5 <ul> | |
6 <li><%= l(:field_login) %>: <%=h @user.login %></li> | |
7 <li><%= l(:field_password) %>: <%=h @password %></li> | |
8 </ul> | |
9 <% end %> | |
10 | |
11 <p><%= l(:label_login) %>: <%= auto_link(@login_url) %></p> |