Skip to content

Commit

Permalink
Go to new session path instead of edit registration path for login.
Browse files Browse the repository at this point in the history
  • Loading branch information
Katee committed Mar 23, 2015
1 parent a3e0085 commit 43f672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.haml
Expand Up @@ -49,4 +49,4 @@
- if member_signed_in?
= button_to "Log out", destroy_member_session_path, method: :delete
- else
= link_to "Log in", edit_member_registration_path
= link_to "Log in", new_member_session_path

0 comments on commit 43f672c

Please sign in to comment.