Sha256: 146bf68f6b186a00ed697c97adce48597cefccdce9ffe6f92f3dc1b634989fa0
Contents?: true
Size: 1.29 KB
Versions: 7
Compression:
Stored size: 1.29 KB
Contents
<!-- Greeting --> <h1>Hello!</h1> <!-- Intro Lines --> <p>You are receiving this email because we received a password reset request for your account.</p> <!-- Action Button --> <table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="center"> <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td> <a href="<%= @reset_url %>" class="button button-primary" target="_blank" rel="noopener">Reset Password</a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <!-- Outro Lines --> <p>This password reset link will expire in 60 minutes.</p> <p>If you did not request a password reset, no further action is required.</p> <!-- Salutation --> <p>Regards,<br> <%= ENV.fetch("APP_NAME", "Rails") %></p> <!-- Subcopy --> <% content_for(:subcopy) do %> <p>If you're having trouble clicking the "Reset Password" button, copy and paste the URL below into your web browser: <span class="break-all"><%= link_to @reset_url, @reset_url %><span></p> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems