agenda-libre-ruby/app/views/devise/mailer/unlock_instructions.html.haml

5 lines
157 B
Plaintext

%p= t('.greeting', recipient: @resource.email)
%p= t('.message')
%p= t('.instruction')
%p= link_to t('.action'), unlock_url(@resource, unlock_token: @token)