Sha256: 067101410a6cb24d9f35bb4daef62f679ce050856b89bdb03a7c54b32141b72e

Contents?: true

Size: 1013 Bytes

Versions: 228

Compression:

Stored size: 1013 Bytes

Contents

<p><%= t('.hello', email: @resource.first_name || @resource.email) %></p>

<p><%= t('.requested_change') %></p>

<!-- Action -->
<table class="body-action" align="center" width="100%" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">
      <!-- Border based button https://litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td>
                  <%= link_to t('.change_password'), edit_password_url(@resource, reset_password_token: @token), class: 'button button--', target: '_blank' %>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

<p><%= t('.ignore') %></p>
<p><%= t('.access_change') %></p>

<%= t('user_mailer.signature.html', support_email: t('application.support_email')) %>

Version data entries

228 entries across 228 versions & 1 rubygems

Version Path
bullet_train-1.6.6 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.6.5 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.6.4 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.6.3 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.6.2 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.6.1 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.6.0 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.5.2 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.5.1 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.5.0 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.11 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.10 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.9 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.8 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.7 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.6 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.5 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.4 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.3 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.4.2 app/views/devise/mailer/reset_password_instructions.html.erb