debian-mirror-gitlab/app/views/devise/mailer/unlock_instructions.html.haml
2015-12-23 02:04:40 +05:30

10 lines
353 B
Text

%p
Hello #{@resource.name}!
%p
Your GitLab account has been locked due to an excessive amount of unsuccessful
sign in attempts. Your account will automatically unlock in
= time_ago_in_words(Devise.unlock_in.from_now)
or you may click the link below to unlock now.
%p= link_to 'Unlock your account', unlock_url(@resource, unlock_token: @token)