opennorth/citizen_budget_model

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

Summary

Maintainability
Test Coverage
<p>Hello <%= @resource.email %>,</p>

<p>To set your password, click the following link:</p>

<p><%= link_to 'Set my password', edit_password_url(@resource, reset_password_token: @token) %></p>