Sha256: c1e50be59627dc52bcc5dc903cac5df5da2856648261e1de7d5bf5f951620064
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 Bytes
Contents
<html> <body> <p>Your <a href="<%= @blog.base_url%>"><%= @blog.blog_name %></a> account has been created.</p> <%= render :partial => 'mail_header' %> <p>Your credentials appear below.</p> <ul> <li>Login: <%= h @user.login %></li> <li>Password: <%= h @user.password %></li> </ul> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/notification_mailer/notif_user.html.erb |
typo-5.4.4 | app/views/notification_mailer/notif_user.html.erb |