engine/app/views/admin/mailer/unlock_instructions.html.haml

11 lines
242 B
Plaintext
Raw Normal View History

%p
= t('admin.mailer.common.hello')
= @resource.email
\!
%p
= t('.locked_account_message')
%p
= t('.unlock_account_instruction')
%p
= link_to t('.unlock_my_account'), unlock_url(@resource, :unlock_token => @resource.unlock_token)