Mercurial > hg > soundsoftware-site
comparison .svn/pristine/48/48ff18e334062d6b11594a2a05769b3f109ed7d6.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
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) %>: <%= link_to h(@login_url), @login_url %></p> |