# HG changeset patch # User luisf # Date 1292432154 0 # Node ID 387ad4f406867f6c3a950c7a77fc04f6865e38d2 # Parent c71f2900168f5a348fb0f923dc4c240a4694d3dd Feature #53: minor formatting changes to the HTML version. diff -r c71f2900168f -r 387ad4f40686 app/views/mailer/account_activation_request.text.html.rhtml --- a/app/views/mailer/account_activation_request.text.html.rhtml Wed Dec 15 16:51:38 2010 +0000 +++ b/app/views/mailer/account_activation_request.text.html.rhtml Wed Dec 15 16:55:54 2010 +0000 @@ -2,8 +2,10 @@

<%= link_to @url, @url %>

<%= l(:label_ssamr_details) %>

-

<%=l(:field_name)%>: <%= h @user.name %>

-

<%=l(:field_mail)%>: <%= h @user.mail %>

+

+ <%=l(:field_name)%>: <%= h @user.name %>
+ <%=l(:field_mail)%>: <%= h @user.mail %> +

<%= l(:label_ssamr_description ) %>

<%= textilizable @user.ssamr_user_detail['description'] %>