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

11 lines
250 B
Plaintext

%p
!= t('locomotive.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)