Sha256: 9f1407817bedd293fde57693453e45ead17a5117ca447d6d69e9c7127495f24e

Contents?: true

Size: 452 Bytes

Versions: 3

Compression:

Stored size: 452 Bytes

Contents

<!DOCTYPE html>
<html>
  <body style="text-align:center">
    <h1>Thank you for signing up with <%= @site %></h1>
	<%- if @token %>
	    <div>Please <a href="<%= @link %>">follow this link</a> to verify this email address and activate your account.</div>
	    <div>(link will remain valid for <%= @expiry / 1.day %> days)</div>
	<%- else %>
		<div>You will receive further notification when your account is approved</div>
	<%- end %>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wagn-1.13.0 lib/card/mailer/confirmation_email.html.erb
wagn-1.13.0.pre2 lib/card/mailer/confirmation_email.html.erb
wagn-1.13.0.pre1 lib/card/mailer/confirmation_email.html.erb