We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3f73f commit f3d44d8Copy full SHA for f3d44d8
1 file changed
app/views/shared/menu/_user.html.haml
@@ -3,4 +3,5 @@
3
- root.add current_user.username, user_path(current_user)
4
- root.add "Log Out", logout_path
5
- else
6
- - root.add "Log In", login_path
+ - root.add "Log In", login_path
7
+ - root.add "Sign Up", new_user_registration_path
0 commit comments