X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bc39159a68284e995f88805ed6af2ab3408a4ed0..99492de1d30fcc93576e33b6b0362a455105f72c:/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) %>