Sha256: 34cf213d4027c59dcc3aadb3aa915da2541e121873499ed301895fe6a4c8c35d
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
<p class="center">Welcome <%= @resource.email %>!</p> <p>You can confirm your account email through the link below:</p> <!-- button --> <table class="btn-primary center" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <a href="<%= confirmation_url(@resource, confirmation_token: @token) %>">Confirm my account</a> </td> </tr> </table> <!-- /button --> <p>Thanks, have a lovely day.</p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
happy_seed-0.0.21 | lib/generators/happy_seed/devise/templates/app/views/devise/mailer/confirmation_instructions.html.erb |