summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4b758b3..0288d10 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -27,7 +27,7 @@
<% if current_user && (current_user == @user) -%>
<% content_for :sidebar do -%>
<ul class="links">
- <li><%= link_to "+ Edit your account", account_url -%>
+ <li><%= link_to "+ Edit your account", edit_account_url -%>
</ul>
<% end -%>
<% end -%> \ No newline at end of file