removed a line

This commit is contained in:
nilsding 2014-08-01 17:41:15 +02:00
parent 4916bfe0d3
commit ef6da69011
1 changed files with 1 additions and 1 deletions

View File

@ -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"