Sha256: 34a50d90eaf1b390e0c692b2b52de1107bfa02ebeec09a01ca8078d20d7a8ffe

Contents?: true

Size: 322 Bytes

Versions: 6

Compression:

Stored size: 322 Bytes

Contents

<html>
<body>
  <p>Your <a href="<%= @blog.base_url%>"><%= @blog.blog_name %></a> account has been created.</p>

  <%= render '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

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/notification_mailer/notif_user.html.erb
publify_core-9.0.0.pre5 app/views/notification_mailer/notif_user.html.erb
publify_core-9.0.0.pre4 app/views/notification_mailer/notif_user.html.erb
publify_core-9.0.0.pre3 app/views/notification_mailer/notif_user.html.erb
publify_core-9.0.0.pre2 app/views/notification_mailer/notif_user.html.erb
publify_core-9.0.0.pre1 app/views/notification_mailer/notif_user.html.erb