From 2638cd525262321f28479e5c5598866b4e2fd93e Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 14 Aug 2012 14:53:51 -0400 Subject: [PATCH] Fix regression - no link to view diary of other users --- app/views/user/view.html.erb | 2 ++ 1 file changed, 2 insertions(+) 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) %> -- 2.43.2