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.11.0 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.10.0 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.9.0 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.8.5 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.8.4 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.8.3 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.8.2 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.8.1 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.8.0 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.23 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.22 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.21 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.20 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.19 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.18 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.17 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.16 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.15 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.14 app/views/devise/mailer/reset_password_instructions.html.erb
bullet_train-1.7.13 app/views/devise/mailer/reset_password_instructions.html.erb