debian-mirror-gitlab/app/views/devise/mailer/reset_password_instructions.html.haml

10 lines
498 B
Text
Raw Normal View History

2021-06-08 01:23:25 +05:30
= email_default_heading(_("Hello, %{name}!") % { name: @resource.name })
2017-09-10 17:25:29 +05:30
%p
2021-06-08 01:23:25 +05:30
= _('Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}.').html_safe % { link_to_gitlab: Gitlab.config.gitlab.url }
2017-09-10 17:25:29 +05:30
%p
2021-06-08 01:23:25 +05:30
= _('If you did not perform this request, you can safely ignore this email.')
2017-09-10 17:25:29 +05:30
%p
2021-06-08 01:23:25 +05:30
= _('Otherwise, click the link below to complete the process.')
2017-09-10 17:25:29 +05:30
#cta
2021-06-08 01:23:25 +05:30
= link_to(_('Reset password'), edit_password_url(@resource, reset_password_token: @token))