Sha256: 220366ba9ca98e3582d0ac340014ebe815c8e99744c2bffc6efd86761d59defe

Contents?: true

Size: 758 Bytes

Versions: 2

Compression:

Stored size: 758 Bytes

Contents

<p>Hello <%= @resource.email %>!</p>

<p>Someone has requested a link to change your password. You can do this through the link below.</p>

<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
  <tbody>
    <tr>
      <td align="left">
        <table role="presentation" border="0" cellpadding="0" cellspacing="0">
          <tbody>
            <tr>
              <td> <%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></td>
            </tr>
          </tbody>
        </table>
      </td>
    </tr>
  </tbody>
</table>

<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webamm_to_rails-7.0.1 lib/webamm_to_rails/sources/views/devise/standard/templates/mailer/reset_password_instructions.html.erb
webamm_to_rails-7.0.0 lib/webamm_to_rails/sources/views/devise/standard/templates/mailer/reset_password_instructions.html.erb