Sha256: 743b8710d47ca20514b4fc424626779a175c4ee072cd760f2b850e182cda51e3
Contents?: true
Size: 654 Bytes
Versions: 8
Compression:
Stored size: 654 Bytes
Contents
<p>Hey there,</p> <p>This is to confirm that <%%= @user.email %> is the email you want to use on your account. If you ever lose your password, that's where we'll email a reset link.</p> <p><strong>You must <%= code_verifiable? ? "put the code" : "hit the link" %> below to confirm that you received this email.</strong></p> <%- if code_verifiable? -%> <strong><%%= @user.verification_code.value %></strong> <%- else -%> <%%= link_to "Yes, use this email for my account", identity_email_verification_url(sid: @signed_id) %> <%- end -%> <hr> <p>Have questions or need help? Just reply to this email and our support team will help you sort it out.</p>
Version data entries
8 entries across 8 versions & 1 rubygems