rokumatsumoto/boyutluseyler

View on GitHub
app/views/devise/mailer/unlock_instructions.html.haml

Summary

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