From 93de02e9883086bb0283c6c2ac4796fb2d9ef061 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Thu, 1 Mar 2012 03:27:08 -0800 Subject: [PATCH] clean tiny bug --- app/views/devise/registrations/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 3e268e5..cfd9fa4 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb @@ -16,7 +16,7 @@ <%= f.input :email %> <%= f.input :password, hint: "leave blank if you don't want to change it" %> <%= f.input :password_confirmation %> - <%= f.input :current_password, hint: 'we need your current password to confirm your changes' %> + <%= f.input :current_password, hint: 'we need your current password to confirm your changes' %>