view app/views/mailer/account_activation_request.html.erb @ 1195:7f94e4180a2f feature_564

Only show tags used more than once. Not sure about this one
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 17:11:01 +0000
parents 66ac47c3719b
children bb32da3bea34
line wrap: on
line source
<p><%= l(:mail_body_account_activation_request, h(@user.login)) %></p>
<p><%= link_to @url, @url %></p>

<h3><%= l(:label_ssamr_details) %></h3>
<p>
  <%=l(:field_name)%>: <%= h @user.name %><br />
  <%=l(:field_mail)%>: <%= h @user.mail %>
</p>

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