diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-06 11:51:37 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-06 11:51:37 +0200 |
commit | c2a1ba4f7a490916ffc3daf1dc677d695a7a9a61 (patch) | |
tree | 5def86e28013d8cbad33389a895d2cda3b98e732 /app | |
parent | 040a96eaa19a2766e7c28995d9d10b339ce9f6e9 (diff) | |
download | incommon-map-c2a1ba4f7a490916ffc3daf1dc677d695a7a9a61.tar.gz |
Fix URL
Diffstat (limited to 'app')
-rw-r--r-- | app/views/application/_user_info.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/_user_info.html.erb b/app/views/application/_user_info.html.erb index 4549684..8e90501 100644 --- a/app/views/application/_user_info.html.erb +++ b/app/views/application/_user_info.html.erb @@ -7,7 +7,7 @@ "Agent: %s" % current_agent end, id: 'current_agent_name') %> <%= tag.li link_to("Ajouter un point", new_resource_url) %> - <%= tag.li link_to("Mon compte", user_url(current_user.id)) %> + <%= tag.li link_to("Mon compte", account_url(current_user.id)) %> <%= tag.li link_to("Terminer la session", logout_url) %> </ul> <% else %> |