Skip to content

Commit

Permalink
lost error messages in a rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Feb 11, 2011
1 parent 9d8a97d commit b4d21f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/passwords/edit.html.erb
Expand Up @@ -7,6 +7,7 @@
<%= form_for(:user,
:url => user_password_path(@user, :token => @user.confirmation_token),
:html => { :method => :put }) do |form| %>
<%= form.error_messages %>
<div class="password_field">
<%= form.label :password, "Choose password" %>
<%= form.password_field :password %>
Expand Down

0 comments on commit b4d21f4

Please sign in to comment.