Commit cbe118db9f46a3ee89ad776e023eb4b0571668c1

Authored by Rafael Manzo
1 parent 3bbb7e74

Fixed user registration link on the homepage

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/home/index.html.erb
@@ -3,5 +3,5 @@ @@ -3,5 +3,5 @@
3 <%= link_to('Logout', destroy_user_session_path, :method => :delete) %> 3 <%= link_to('Logout', destroy_user_session_path, :method => :delete) %>
4 <% else %> 4 <% else %>
5 <%= link_to('Login', new_user_session_path) %> 5 <%= link_to('Login', new_user_session_path) %>
6 - <%= link_to('Sign Up', user_registration_path) %> 6 + <%= link_to('Sign Up', new_user_registration_path) %>
7 <% end %> 7 <% end %>
8 \ No newline at end of file 8 \ No newline at end of file