mconf/mconf-web

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

Summary

Maintainability
Test Coverage
%p= t('.greeting', email: @resource.email)

%p= t('.requested')

- url = edit_password_url(@resource, reset_password_token: @token)
%p= link_to url, url

%p= t('.ignore')

%p= t('.wont_change')