X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/740ba0dd38afbb1f67605b5cf04942191f5b8e4f..31af63f273277a66d11488cdf9cde17f896682d7:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 70e4f1828..8ba4c0725 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -36,6 +36,8 @@ <%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :display_name => @this_user.display_name %> | + <%= link_to t('user.view.diary'), :controller => 'diary_entry', :action => 'list', :display_name => @this_user.display_name %> + | <%= link_to t('user.view.comments'), :controller => 'diary_entry', :action => 'comments', :display_name => @this_user.display_name %> | <% if @user and @user.is_friends_with?(@this_user) %>