annotate app/views/mailer/account_information.html.erb @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +0100
parents 433d4f72a19b
children
rev   line source
Chris@909 1 <% if @user.auth_source %>
Chris@909 2 <p><%= l(:mail_body_account_information_external, h(@user.auth_source.name)) %></p>
Chris@909 3 <% else %>
Chris@909 4 <p><%= l(:mail_body_account_information) %>:</p>
Chris@909 5 <ul>
Chris@909 6 <li><%= l(:field_login) %>: <%=h @user.login %></li>
Chris@909 7 <li><%= l(:field_password) %>: <%=h @password %></li>
Chris@909 8 </ul>
Chris@909 9 <% end %>
Chris@909 10
Chris@1115 11 <p><%= l(:label_login) %>: <%= link_to h(@login_url), @login_url %></p>