8 lines
398 B
Text
8 lines
398 B
Text
#content
|
|
= email_default_heading("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 #{distance_of_time_in_words(Devise.unlock_in)}
|
|
or you may click the link below to unlock now.
|
|
#cta
|
|
= link_to('Unlock account', unlock_url(@resource, unlock_token: @token))
|