Mercurial > hg > soundsoftware-site
annotate .svn/pristine/aa/aa5fa7df3d91739b6bac9d62c91f04e7ca038236.svn-base @ 1215:2101a7c906b3 cannam
Fix failure to truncate long descriptions without carriage returns in them correctly
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 12 Mar 2013 10:29:50 +0000 |
parents | cbb26bc654de |
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@909 | 11 <p><%= l(:label_login) %>: <%= auto_link(@login_url) %></p> |