X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/73cc336056ba96e63819fd0640bb7754c09d467f..4fc93cd466449ee123c48313865fb67c8d5adec5:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 4cb2b9e5a..15112c2c3 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -41,7 +41,7 @@ | <%= link_to t('user.view.edits'), :controller => 'changeset', :action => 'list', :display_name => @this_user.display_name %> | - <%= link_to t('user.view.traces'), :controller => 'trace', :action => 'view', :display_name => @this_user.display_name %> + <%= link_to t('user.view.traces'), :controller => 'trace', :action => 'list', :display_name => @this_user.display_name %> | <% if @user and @user.is_friends_with?(@this_user) %> <%= link_to t('user.view.remove as friend'), :controller => 'user', :action => 'remove_friend', :display_name => @this_user.display_name %>