Sha256: 18ca469506eeb38f8717a8ec165d81b00e0acdde0435b6fa25ee97bfe07c031c
Contents?: true
Size: 1.22 KB
Versions: 5
Compression:
Stored size: 1.22 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="<%= password_reset_url(token: params[:token]) %>" 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 password_reset_url(token: params[:token]), password_reset_url(token: params[:token]) %><span></p> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems