Finished adding user profile stuff

This commit is contained in:
2012-09-03 21:56:37 -07:00
parent 33a9363b0d
commit 1e4dcfd9f3
4 changed files with 13 additions and 1 deletions

View File

@@ -19,6 +19,6 @@
<%= @user.card_permissions %>
</p>
<%= link_to 'Upload to Door', upload_path(user) %>
<%= link_to 'Upload to Door', upload_path(@user) %>
<%= link_to 'Edit', edit_user_path(@user) %> |
<%= link_to 'Back', users_path %>