summaryrefslogtreecommitdiff
path: root/app/views/users/edit.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/edit.html.erb
parentac77cea14d5708f47df42774b0b281391b2e3c89 (diff)
Edit Users now works. Added delayed_job gem.
Diffstat (limited to 'app/views/users/edit.html.erb')
-rw-r--r--app/views/users/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index 99bd4cc..52f32a2 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -3,4 +3,4 @@
<%= render 'form' %>
<%= link_to 'Show', @user %> |
-<%= link_to 'Back', users_path %>
+<%= link_to 'Users', users_path %>