Skip to content

Commit

Permalink
fixing password field in HAML signup page in nifty_authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Dec 31, 2008
1 parent 8c0b374 commit 6c44fff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* fixing password field in HAML signup page in nifty_authentication

0.2.2 (November 11th, 2008)

* fixing sessions_path reference in nifty_authentication
Expand Down
Expand Up @@ -15,7 +15,7 @@
%p
= f.label :password
%br
= f.password_field :email
= f.password_field :password
%p
= f.label :password_confirmation, "Confirm Password"
%br
Expand Down

0 comments on commit 6c44fff

Please sign in to comment.