diff options
author | Johan Sørensen <johan@johansorensen.com> | 2007-12-13 01:22:38 +0100 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2007-12-13 01:22:38 +0100 |
commit | 4142f4c29f20374833b35e562014dcdc6ee01ff4 (patch) | |
tree | 0cad032a9c8b271bb17adadf4d520a48c3e356b7 | |
parent | 41b676d38761f36f96899312c9da6ed96e08f43f (diff) | |
download | gitorious-mainline-outdated-4142f4c29f20374833b35e562014dcdc6ee01ff4.zip gitorious-mainline-outdated-4142f4c29f20374833b35e562014dcdc6ee01ff4.tar.gz gitorious-mainline-outdated-4142f4c29f20374833b35e562014dcdc6ee01ff4.tar.bz2 |
fixed link
-rw-r--r-- | app/views/users/show.html.erb | 2 |
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 |