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

7 lines
445 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
#content
2021-04-29 21:17:54 +05:30
= email_default_heading(_("Hello, %{name}!") % { name: @resource.name })
2017-09-10 17:25:29 +05:30
%p
2021-04-29 21:17:54 +05:30
= _("Your GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now.") % { duration: distance_of_time_in_words(Devise.unlock_in) }
2017-09-10 17:25:29 +05:30
#cta
2021-04-29 21:17:54 +05:30
= link_to(_('Unlock account'), unlock_url(@resource, unlock_token: @token))