From a80e9a72f0df474afca279a1942204e67f4ac089 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 1 Apr 2015 09:52:03 +0000 Subject: [PATCH] Link to login form for user's convenience --- app/views/logins/sent.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.