summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/reset_password_instructions.html.haml
blob: 47e192afa52881834cc4ec1b7c499dc6aad5bf00 (plain)
1
2
3
4
5
6
7
8
9
10
= email_default_heading("Hello, #{@resource.name}!")
%p
  Someone, hopefully you, has requested to reset the password for your
  GitLab account on #{link_to(Gitlab.config.gitlab.url, Gitlab.config.gitlab.url)}.
%p
  If you did not perform this request, you can safely ignore this email.
%p
  Otherwise, click the link below to complete the process.
#cta
  = link_to('Reset password', edit_password_url(@resource, reset_password_token: @token))