Sha256: 0fb70154532b8bdfb1a1ad9ff27f0b0752580b64324ea50ed8bb83830141bd7c

Contents?: true

Size: 568 Bytes

Versions: 11

Compression:

Stored size: 568 Bytes

Contents

<p>Hello <%= @user.name %></p>

<p>You're receiving this email because someone has requested to change your PushType password. If you didn't request this, please ignore this email.</p>

<p>To change your password, click the link below and follow the instructions:</p>

<table>
  <tr>
    <td class="padding">
      <p><%= link_to 'Change my password', push_type_admin.edit_password_url(@user, reset_password_token: @token), class: 'btn-primary' %></p>
    </td>
  </tr>
</table>

<p>Your password won't change until you access the link above and create a new one.</p>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
push_type_auth-0.11.2 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.11.1 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.11.0.beta.2 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.11.0.beta.1 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.10.4 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.10.3 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.10.2 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.10.1 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.10.0 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.10.0.beta.5 app/views/devise/mailer/reset_password_instructions.html.erb
push_type_auth-0.10.0.beta.3 app/views/devise/mailer/reset_password_instructions.html.erb