From ef6da690114775a15b6b345127a714a3af0d04aa Mon Sep 17 00:00:00 2001 From: nilsding Date: Fri, 1 Aug 2014 17:41:15 +0200 Subject: [PATCH] removed a line --- app/views/devise/registrations/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/edit.html.haml b/app/views/devise/registrations/edit.html.haml index 9f9acdf6..78513a5a 100644 --- a/app/views/devise/registrations/edit.html.haml +++ b/app/views/devise/registrations/edit.html.haml @@ -9,7 +9,7 @@ - if devise_mapping.confirmable? && resource.pending_reconfirmation? %div Currently waiting confirmation for: #{resource.unconfirmed_email} - (leave blank if you don't want to change it) + = f.password_field :password, autocomplete: "off", label: "Password", help: "Leave this blank if you don't want to change it" = f.password_field :password_confirmation, autocomplete: "off", label: "Confirm password"