From cbe118db9f46a3ee89ad776e023eb4b0571668c1 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Sun, 30 Jun 2013 00:14:43 -0300 Subject: [PATCH] Fixed user registration link on the homepage --- app/views/home/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index d7482a7..b79d1fb 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -3,5 +3,5 @@ <%= link_to('Logout', destroy_user_session_path, :method => :delete) %> <% else %> <%= link_to('Login', new_user_session_path) %> - <%= link_to('Sign Up', user_registration_path) %> + <%= link_to('Sign Up', new_user_registration_path) %> <% end %> \ No newline at end of file -- libgit2 0.21.2