From 3754b519a7ea51a2fee61452ee19ebbe4ff90dcc Mon Sep 17 00:00:00 2001 From: Crimer Date: Fri, 8 Oct 2010 21:51:59 +0000 Subject: [PATCH] Solved issue #79 'Email Label in Forgot Password Appears Outside of Textbox'. --- app/views/devise/passwords/new.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/devise/passwords/new.html.haml b/app/views/devise/passwords/new.html.haml index 9afd3d244..1d877b70e 100644 --- a/app/views/devise/passwords/new.html.haml +++ b/app/views/devise/passwords/new.html.haml @@ -3,7 +3,6 @@ = devise_error_messages! %p = f.label :email - %br/ = f.text_field :email %p = f.submit "Send me reset password instructions"