Browse Source

clean tiny bug

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
93de02e988
  1. 2
      app/views/devise/registrations/edit.html.erb

2
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' %></div>
<%= f.input :current_password, hint: 'we need your current password to confirm your changes' %>
</div>
<div class="form-actions">

Loading…
Cancel
Save