openaustralia/publicwhip

View on GitHub
app/views/devise/mailer/reset_password_instructions.html.haml

Summary

Maintainability
Test Coverage
- content_for :subject, "Reset your password"

%tr
  %td.content-block
    #{@resource.name}, someone has requested a link to change your password.
    You can do this through the link below.
%tr
  %td.content-block
    = link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token), class: "btn-primary"
%tr
  %td.content-block
    If you didn't request this, please ignore this email.
%tr
  %td.content-block
    Your password won't change until you access the link above and create a new one.
%tr
  %td.content-block
    — The
    %em= Settings.project_name
    team