To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / mailer / account_activation_request.text.plain.rhtml @ 443:350acce374a2

History | View | Annotate | Download (278 Bytes)

1
<%= l(:mail_body_account_activation_request, @user.login) %>
2
<%= @url %>
3

    
4
*<%= l(:label_ssamr_details) %>*
5
<%=l(:field_name)%>: <%= h @user.name %>
6
<%=l(:field_mail)%>: <%= h @user.mail %>
7

    
8
*<%= l(:label_ssamr_description ) %>*
9
<%= h @user.ssamr_user_detail['description'] %>
10

    
11