Sha256: 5e9670111c2d7d88634c2a0187de0a86e19b8df985b316ec49d2c02f02f5dfb3

Contents?: true

Size: 1.38 KB

Versions: 3

Compression:

Stored size: 1.38 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

3 entries across 3 versions & 1 rubygems

Version Path
kaze-0.8.0 stubs/default/app/views/user_mailer/reset_password.html.erb
kaze-0.7.0 stubs/default/app/views/user_mailer/reset_password.html.erb
kaze-0.6.0 stubs/default/app/views/user_mailer/reset_password.html.erb