X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/011cfa794a5f0d67a813b8f7969f4ecec36d74ec..e4b94f4e5ef195dd5743ab3a510caecb7525a3b7:/app/views/user/view.html.erb
diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb
index cc4bbf8a6..3a09165b9 100644
--- a/app/views/user/view.html.erb
+++ b/app/views/user/view.html.erb
@@ -14,7 +14,7 @@
<%= link_to t('.my notes'), :controller => 'notes', :action=> 'mine' %>
- <%= link_to t('.my traces'), :controller => 'trace', :action=>'mine' %>
+ <%= link_to t('.my traces'), :controller => 'traces', :action => 'mine' %>
<%= number_with_delimiter(current_user.traces.size) %>
@@ -56,7 +56,7 @@
<%= link_to t('.notes'), :controller => 'notes', :action=> 'mine' %>
- <%= link_to t('.traces'), :controller => 'trace', :action => 'list', :display_name => @user.display_name %>
+ <%= link_to t('.traces'), :controller => 'traces', :action => 'list', :display_name => @user.display_name %>
<%= number_with_delimiter(@user.traces.size) %>