diff --git a/app/views/logins/sent.html.slim b/app/views/logins/sent.html.slim index e8737c7..571bcfb 100644 --- a/app/views/logins/sent.html.slim +++ b/app/views/logins/sent.html.slim @@ -11,4 +11,4 @@ ' . Please click on the link to login to your account. ' The link is valid for next 15 minutes. - p If it doesn't arrive, check your spam folder, or enter your email again to send another login link. + p If it doesn't arrive, check your spam folder, or #{link_to 'enter your email again', new_login_path} to send another login link.