fix users views link paths

This commit is contained in:
Andrew Brown 2012-12-23 17:27:51 -06:00
parent d410015fdc
commit a1fdc2e2bb
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
<%= render 'form' %>
<%= link_to 'Show', @user %> |
<%= link_to 'Back', users_path %>
<%= link_to 'Back', homepage_path %>

View File

@ -2,4 +2,4 @@
<%= render 'form' %>
<%= link_to 'Back', users_path %>
<%= link_to 'Back', homepage_path %>