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

password_change.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: 5c0219ea3ad175452a75d89b39667372f0b071d2 (plain)
1
2
3
4
5
= email_default_heading(_("Hello, %{name}!") % { name: @resource.name })
%p
  = _('The password for your GitLab account on %{link_to_gitlab} has successfully been changed.').html_safe % { link_to_gitlab: link_to(Gitlab.config.gitlab.url, Gitlab.config.gitlab.url) }
%p
  = _('If you did not initiate this change, please contact your administrator immediately.')