Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reset_password_instructions.html.haml « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 717f51b662fe48ca839dcfbe5ab883bca53bdf37 (plain)
1
2
3
4
5
6
7
8
9
= email_default_heading(_("Hello, %{name}!") % { name: @resource.name })
%p
  = _('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 }
%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))