summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-01 18:45:00 -0400
committernfoy <nfoy@purdue.edu>2014-04-01 18:45:00 -0400
commitf08191c3966851b19edc949d7819cc58190037d7 (patch)
tree16cbd10b1c72f7a5549ec7b3c2dc581aec02b6a0 /app/views/users/show.html.erb
parentac77cea14d5708f47df42774b0b281391b2e3c89 (diff)
Edit Users now works. Added delayed_job gem.
Diffstat (limited to 'app/views/users/show.html.erb')
-rw-r--r--app/views/users/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index dafa73e..7bda009 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -18,4 +18,4 @@
</p>
<%= link_to 'Edit', edit_user_path(@user) %> |
-<%= link_to 'Back', users_path %>
+<%= link_to 'Users', users_path %>