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.html.erb @ 1531:ae8145b28b2b

History | View | Annotate | Download (352 Bytes)

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

    
4
<h3><%= l(:label_ssamr_details) %></h3>
5
<p>
6
  <%=l(:field_name)%>: <%= h @user.name %><br />
7
  <%=l(:field_mail)%>: <%= h @user.mail %>
8
</p>
9

    
10
<h4><%= l(:label_ssamr_description ) %></h4>
11
<%= textilizable @user.ssamr_user_detail['description'] %>
12