Sha256: 5d3301c28c4e5d2e668edda0a976b71c0a6e9c73ad4f09c78539ea1db5d722c9

Contents?: true

Size: 1.29 KB

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
kaze-0.12.0 stubs/default/app/views/user_mailer/reset_password.html.erb
kaze-0.11.0 stubs/default/app/views/user_mailer/reset_password.html.erb
kaze-0.10.0 stubs/default/app/views/user_mailer/reset_password.html.erb
kaze-0.9.0 stubs/default/app/views/user_mailer/reset_password.html.erb