Fix regression - no link to view diary of other users

This commit is contained in:
Tom MacWright 2012-08-14 14:53:51 -04:00 committed by Tom Hughes
parent 69fb269f26
commit 2638cd5252

View file

@ -36,6 +36,8 @@
<!-- Displaying another user's profile page -->
<%= 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) %>