estimancy/projestimate

View on GitHub
app/views/user_mailer/forgotten_password.text.erb

Summary

Maintainability
Test Coverage
<%=simple_format(I18n.t(:mail_salutation, :value => @user.name)) %>

To change your password, click on the following link:

<%= "#{SETTINGS['HOST_URL']}/password_resets/#{@user.password_reset_token}/edit" %>

Sincerly,

-----------------------------------------------
This email have been sent automatically through the Estimancy server.