client_management/app/views/reset_c_panel_password_mailer/send_user_confirmation.html...

3 lines
187 B
Plaintext
Raw Normal View History

2017-03-07 09:37:28 +00:00
<p>Please confirm email by clicking on the link.</p>
2017-03-07 10:06:11 +00:00
<%= link_to 'Click here to confirm', "http://#{request.host_with_port}/cpanel/reset_password?id=#{@user_id}&token=#{@reset_token}" %>