X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/00375024263970a43ea7d39e3c65dfd0f32e8869..324c37a39ba7a59eee633f0b19203670d491b520:/app/views/user/view.html.erb?ds=inline
diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb
index 689028afd..6eed09c50 100644
--- a/app/views/user/view.html.erb
+++ b/app/views/user/view.html.erb
@@ -11,7 +11,7 @@
<%= link_to t('user.view.my traces'), :controller => 'trace', :action=>'mine' %>
<%= number_with_delimiter(@user.traces.size) %>
|
- <%= link_to t('user.view.my notes'), :controller => 'note', :action=> 'mine' %>
+ <%= link_to t('user.view.my notes'), :controller => 'notes', :action=> 'mine' %>
|
<%= link_to t('user.view.my diary'), :controller => 'diary_entry', :action => 'list', :display_name => @user.display_name %>
<%= number_with_delimiter(@user.diary_entries.size) %>
@@ -36,7 +36,7 @@
<%= link_to t('user.view.traces'), :controller => 'trace', :action => 'list', :display_name => @this_user.display_name %>
<%= number_with_delimiter(@this_user.traces.size) %>
|
- <%= link_to t('user.view.notes'), :controller => 'note', :action=> 'mine' %>
+ <%= link_to t('user.view.notes'), :controller => 'notes', :action=> 'mine' %>
|
<%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :display_name => @this_user.display_name %>